From 5baf174781a189506208336891f299ec8553fd2b Mon Sep 17 00:00:00 2001 From: "hermes-seaeye[bot]" <307254004+hermes-seaeye[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:53:26 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge (#71549) Co-authored-by: github-actions[bot] --- apps/desktop/src/app/session/hooks/use-cwd-actions.ts | 6 +----- .../src/app/session/hooks/use-prompt-actions/index.ts | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/desktop/src/app/session/hooks/use-cwd-actions.ts b/apps/desktop/src/app/session/hooks/use-cwd-actions.ts index cf0e469cc50..0943131d0d2 100644 --- a/apps/desktop/src/app/session/hooks/use-cwd-actions.ts +++ b/apps/desktop/src/app/session/hooks/use-cwd-actions.ts @@ -17,11 +17,7 @@ interface CwdActionsOptions { requestGateway: (method: string, params?: Record) => Promise } -export function useCwdActions({ - activeSessionIdRef, - onSessionRuntimeInfo, - requestGateway -}: CwdActionsOptions) { +export function useCwdActions({ activeSessionIdRef, onSessionRuntimeInfo, requestGateway }: CwdActionsOptions) { const { t } = useI18n() const copy = t.desktop diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts index 3904d8235b2..74e93379b59 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.ts @@ -732,13 +732,7 @@ export function usePromptActions({ return false }, - [ - activeSessionIdRef, - appendSessionTextMessage, - requestGateway, - selectedStoredSessionIdRef, - updateSessionState - ] + [activeSessionIdRef, appendSessionTextMessage, requestGateway, selectedStoredSessionIdRef, updateSessionState] ) const reloadFromMessage = useCallback(