From 10b6d1a910411f293c9c2422da3b6df6ec66becc Mon Sep 17 00:00:00 2001 From: nousbot-eng Date: Thu, 16 Jul 2026 19:19:03 -0400 Subject: [PATCH] fmt(js): `npm run fix` on merge (#65986) Co-authored-by: github-actions[bot] --- apps/desktop/src/store/session.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/desktop/src/store/session.ts b/apps/desktop/src/store/session.ts index b735b454d..449ed6055 100644 --- a/apps/desktop/src/store/session.ts +++ b/apps/desktop/src/store/session.ts @@ -328,8 +328,7 @@ export const setSessionProfileTotals = (next: Updater>) = export const setSessionsLoading = (next: Updater) => updateAtom($sessionsLoading, next) export const setWorkingSessionIds = (next: Updater) => updateAtom($workingSessionIds, next) export const setActiveSessionId = (next: Updater) => updateAtom($activeSessionId, next) -export const setActiveSessionStoredId = (next: Updater) => - updateAtom($activeSessionStoredId, next) +export const setActiveSessionStoredId = (next: Updater) => updateAtom($activeSessionStoredId, next) export const setSelectedStoredSessionId = (next: Updater) => { updateAtom($selectedStoredSessionId, next)