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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-25 19:53:26 +00:00 committed by GitHub
parent 771f1b7f21
commit 5baf174781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View file

@ -17,11 +17,7 @@ interface CwdActionsOptions {
requestGateway: <T = unknown>(method: string, params?: Record<string, unknown>) => Promise<T>
}
export function useCwdActions({
activeSessionIdRef,
onSessionRuntimeInfo,
requestGateway
}: CwdActionsOptions) {
export function useCwdActions({ activeSessionIdRef, onSessionRuntimeInfo, requestGateway }: CwdActionsOptions) {
const { t } = useI18n()
const copy = t.desktop

View file

@ -732,13 +732,7 @@ export function usePromptActions({
return false
},
[
activeSessionIdRef,
appendSessionTextMessage,
requestGateway,
selectedStoredSessionIdRef,
updateSessionState
]
[activeSessionIdRef, appendSessionTextMessage, requestGateway, selectedStoredSessionIdRef, updateSessionState]
)
const reloadFromMessage = useCallback(