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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-25 23:18:02 +00:00 committed by GitHub
parent 6b26b409cf
commit 2ba1e028e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,7 +266,8 @@ export function useSlashCommand(deps: SlashCommandDeps) {
// would otherwise park the kickoff on whichever chat is now in
// front. Fall back through the live selection for a session whose
// cache entry hasn't landed yet.
const storedId = storedSessionId || $sessionStates.get()[sessionId]?.storedSessionId || $selectedStoredSessionId.get()
const storedId =
storedSessionId || $sessionStates.get()[sessionId]?.storedSessionId || $selectedStoredSessionId.get()
const queueKey = resolveComposerSessionKey(storedId, $sessions.get()) || storedId || sessionId
if (enqueueQueuedPrompt(queueKey, { attachments: [], text: message })) {