fmt(js): npm run fix on merge (#71626)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-25 23:00:16 +00:00 committed by GitHub
parent 584b274495
commit ec734b6658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,9 +73,9 @@ export async function resolveTargetSessionId(deps: ResolveTargetSessionDeps): Pr
// Matches submit.ts's `routedSessionNeedsResume`.
const routedNeedsResume = Boolean(
routedStoredSessionId &&
(selectedStoredSessionId !== routedStoredSessionId ||
!activeRuntimeId ||
activeRuntimeId !== getRuntimeIdForStoredSession(routedStoredSessionId))
(selectedStoredSessionId !== routedStoredSessionId ||
!activeRuntimeId ||
activeRuntimeId !== getRuntimeIdForStoredSession(routedStoredSessionId))
)
// 2. Trust the live runtime unless the durable route disagrees with it.