Skip to content

Commit b5dc085

Browse files
committed
fix: wire in baggae
1 parent b4a1664 commit b5dc085

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/cli/operations/dev/web-ui/handlers/invocations.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ async function handleDeployedInvocation(
472472
sessionId,
473473
userId,
474474
bearerToken: resolved.bearerToken,
475+
baggage: resolved.baggage,
475476
});
476477
}
477478
} catch (err) {
@@ -495,6 +496,7 @@ interface DeployedInvokeParams {
495496
sessionId?: string;
496497
userId?: string;
497498
bearerToken?: string;
499+
baggage?: string;
498500
}
499501

500502
async function handleDeployedHttpInvocation(
@@ -510,6 +512,7 @@ async function handleDeployedHttpInvocation(
510512
sessionId: params.sessionId,
511513
userId: params.userId,
512514
bearerToken: params.bearerToken,
515+
baggage: params.baggage,
513516
});
514517

515518
ctx.setCorsHeaders(res, origin);

0 commit comments

Comments
 (0)