From ec734b6658a0a9c0955ea8138764e6bd89aa390b Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 23:00:16 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#71626) Co-authored-by: github-actions[bot] --- .../hooks/use-prompt-actions/resolve-target-session.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/resolve-target-session.ts b/apps/desktop/src/app/session/hooks/use-prompt-actions/resolve-target-session.ts index 62c9acb90624..93dc4f4484fa 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/resolve-target-session.ts +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/resolve-target-session.ts @@ -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.