mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
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:
parent
584b274495
commit
ec734b6658
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue