mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
I need to just prohibit type assertion.
This commit is contained in:
@@ -21,7 +21,7 @@ function createAsset(
|
|||||||
tags: [],
|
tags: [],
|
||||||
is_immutable: false,
|
is_immutable: false,
|
||||||
...options
|
...options
|
||||||
} as AssetItem
|
} satisfies AssetItem
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('filterByCategory', () => {
|
describe('filterByCategory', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user