Skip to content

Commit 49ecec8

Browse files
actually pass the host token on browser sessions
1 parent 73cc0a3 commit 49ecec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export class Sandbox {
237237
return {
238238
id: this.id,
239239
env: customSession?.env,
240+
hostToken: customSession?.hostToken,
240241
bootupType: this.bootupType,
241242
cluster: this.cluster,
242243
latestPitcherVersion: this.pitcherManagerResponse.latestPitcherVersion,

0 commit comments

Comments
 (0)