We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac62a9 commit f0f25ddCopy full SHA for f0f25dd
browserbase/src/sessionManager.ts
@@ -97,7 +97,7 @@ export async function createNewBrowserSession(
97
height: config.viewPort?.browserHeight ?? 768,
98
},
99
context: config.context?.contextId ? {
100
- id: config.context?.contextId ?? undefined,
+ id: config.context?.contextId,
101
persist: config.context?.persist ?? true,
102
} : undefined,
103
}
0 commit comments