diff --git a/src/main/workers/download-source.worker.ts b/src/main/workers/download-source.worker.ts index 066aa6f5..5ec37c7f 100644 --- a/src/main/workers/download-source.worker.ts +++ b/src/main/workers/download-source.worker.ts @@ -1,4 +1,3 @@ -import { Repack } from "@main/entity"; import { downloadSourceSchema } from "@main/events/helpers/validators"; import { DownloadSourceStatus } from "@shared"; import type { DownloadSource, GameRepack } from "@types";