mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
committed by
Subagent 5
parent
89250846f4
commit
0310dd6ec3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user