I need to just prohibit type assertion.

This commit is contained in:
Alexander Brown
2026-02-01 13:07:25 -08:00
parent 1aacd2795d
commit 8fbecce737

View File

@@ -21,7 +21,7 @@ function createAsset(
tags: [],
is_immutable: false,
...options
} as AssetItem
} satisfies AssetItem
}
describe('filterByCategory', () => {