pbs v2: fix debug session timeout error (#4548)

This commit is contained in:
Shuchang Zheng 2026-01-26 11:50:45 -08:00 committed by GitHub
parent e26ff5c9d8
commit a43b3ae3cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ async def verify_browser_session(
return dummy_browser_session
browser_session = await app.DATABASE.get_persistent_browser_session(browser_session_id, organization_id)
browser_session = await app.PERSISTENT_SESSIONS_MANAGER.get_session(browser_session_id, organization_id)
if not browser_session:
LOG.info(