From 485ee114493016ec6949365bdbf69d32bb392a33 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Mon, 3 Jun 2024 14:35:17 +0100 Subject: [PATCH] feat: migrating repacks to a worker --- src/renderer/src/features/library-slice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/features/library-slice.ts b/src/renderer/src/features/library-slice.ts index f536ace7..46ebb9d0 100644 --- a/src/renderer/src/features/library-slice.ts +++ b/src/renderer/src/features/library-slice.ts @@ -4,7 +4,7 @@ import type { PayloadAction } from "@reduxjs/toolkit"; import type { Game } from "@types"; export interface LibraryState { - value: Game[]; + value: Omit[]; } const initialState: LibraryState = {