sessionRunner.ts

This commit is contained in:
nirholas
2026-03-31 10:22:55 +00:00
parent 97ab659a57
commit 4ee135f865
2 changed files with 2 additions and 0 deletions

View File

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