Skip to content

Commit 1e62ba8

Browse files
committed
fix: wire in baggae
1 parent 29cf24f commit 1e62ba8

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
@@ -461,6 +461,7 @@ async function handleDeployedInvocation(
461461
sessionId,
462462
userId,
463463
bearerToken: resolved.bearerToken,
464+
baggage: resolved.baggage,
464465
});
465466
}
466467
} catch (err) {
@@ -484,6 +485,7 @@ interface DeployedInvokeParams {
484485
sessionId?: string;
485486
userId?: string;
486487
bearerToken?: string;
488+
baggage?: string;
487489
}
488490

489491
async function handleDeployedHttpInvocation(
@@ -499,6 +501,7 @@ async function handleDeployedHttpInvocation(
499501
sessionId: params.sessionId,
500502
userId: params.userId,
501503
bearerToken: params.bearerToken,
504+
baggage: params.baggage,
502505
});
503506

504507
ctx.setCorsHeaders(res, origin);

0 commit comments

Comments
 (0)