From 1c7f68d6cab6e8c3fe69a7d1d588e71a05442e86 Mon Sep 17 00:00:00 2001 From: Hydra Date: Sun, 5 May 2024 19:24:06 +0100 Subject: [PATCH] chore: removing unused var --- src/main/services/downloaders/downloader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {