Skip to content

Commit 8ed7873

Browse files
committed
fix(gateway): avoid transcript media shadowing
1 parent 78c1ad4 commit 8ed7873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gateway/server-node-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export const handleNodeEvent = async (
609609
log: ctx.logGateway,
610610
logContext: "agent.request",
611611
})
612-
).map((entry) => ({ path: entry.path, contentType: entry.contentType }));
612+
).map((media) => ({ path: media.path, contentType: media.contentType }));
613613

614614
dispatchNodeAgentCommand(ctx, nodeId, {
615615
runId: sessionId,

0 commit comments

Comments
 (0)