fmt(js): `npm run fix` on merge (#71532)

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:11:39 +00:00 committed by GitHub
parent 5349c7c280
commit 46815f4910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,7 @@ import { getSession } from '@/hermes'
import { $sessions } from '@/store/session'
import type { SessionInfo } from '@/types/hermes'
import {
__resetSessionLinkTitleCache,
fetchSessionLinkTitle,
lookupLocalSessionTitle
} from './session-link-title'
import { __resetSessionLinkTitleCache, fetchSessionLinkTitle, lookupLocalSessionTitle } from './session-link-title'
import { sessionRefCacheKey } from './session-refs'
vi.mock('@/hermes', () => ({