[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-29 21:07:42 +00:00
committed by Subagent 5
parent 89250846f4
commit 0310dd6ec3

View File

@@ -308,10 +308,7 @@ export const useAssetsStore = defineStore('assets', () => {
})
}
function isStale(
category: string,
state: ModelPaginationState
): boolean {
function isStale(category: string, state: ModelPaginationState): boolean {
const committed = modelStateByCategory.value.get(category)
const pending = pendingRequestByCategory.get(category)
return committed !== state && pending !== state