🔴 sessionIdCompat.ts
This commit is contained in:
@@ -55,3 +55,4 @@ export function toInfraSessionId(id: string): string {
|
||||
if (!id.startsWith('session_')) return id
|
||||
return 'cse_' + id.slice('session_'.length)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user