mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
feat: migrating repacks to a worker
This commit is contained in:
parent
5a85033486
commit
485ee11449
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import type { PayloadAction } from "@reduxjs/toolkit";
|
|||
import type { Game } from "@types";
|
||||
|
||||
export interface LibraryState {
|
||||
value: Game[];
|
||||
value: Omit<Game, "repacks">[];
|
||||
}
|
||||
|
||||
const initialState: LibraryState = {
|
||||
|
|
Loading…
Reference in a new issue