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