Skip to content

Commit f0f25dd

Browse files
committed
rm undef
1 parent cac62a9 commit f0f25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserbase/src/sessionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function createNewBrowserSession(
9797
height: config.viewPort?.browserHeight ?? 768,
9898
},
9999
context: config.context?.contextId ? {
100-
id: config.context?.contextId ?? undefined,
100+
id: config.context?.contextId,
101101
persist: config.context?.persist ?? true,
102102
} : undefined,
103103
}

0 commit comments

Comments
 (0)