fix building again
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ const useLinkStore = create<LinkStore>()((set) => ({
|
|||||||
|
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
set((state) => ({
|
set((state) => ({
|
||||||
links: state.links.filter((e) => !linkIds.includes(e.id)),
|
links: state.links.filter((e) => !linkIds.includes(e.id as number)),
|
||||||
}));
|
}));
|
||||||
useTagStore.getState().setTags();
|
useTagStore.getState().setTags();
|
||||||
useCollectionStore.getState().setCollections();
|
useCollectionStore.getState().setCollections();
|
||||||
|
|||||||
Reference in New Issue
Block a user