🔴 sessionIdCompat.ts

This commit is contained in:
nirholas
2026-03-31 10:22:39 +00:00
parent e60e9968f9
commit 427287a058

View File

@@ -55,3 +55,4 @@ export function toInfraSessionId(id: string): string {
if (!id.startsWith('session_')) return id
return 'cse_' + id.slice('session_'.length)
}