diff --git a/src/main/services/downloaders/downloader.ts b/src/main/services/downloaders/downloader.ts index 084936d9..14440676 100644 --- a/src/main/services/downloaders/downloader.ts +++ b/src/main/services/downloaders/downloader.ts @@ -8,7 +8,7 @@ import type { QueryDeepPartialEntity } from "typeorm/query-builder/QueryPartialE import { WindowManager } from "../window-manager"; import type { TorrentUpdate } from "./torrent.downloader"; -import { GameStatus, GameStatusHelper } from "@shared"; +import { GameStatus } from "@shared"; import { gameRepository, userPreferencesRepository } from "@main/repository"; interface DownloadStatus {