chore: removing unused var

This commit is contained in:
Hydra 2024-05-05 19:24:06 +01:00
parent 74a99f5bc8
commit 1c7f68d6ca

View File

@ -8,7 +8,7 @@ import type { QueryDeepPartialEntity } from "typeorm/query-builder/QueryPartialE
import { WindowManager } from "../window-manager"; import { WindowManager } from "../window-manager";
import type { TorrentUpdate } from "./torrent.downloader"; import type { TorrentUpdate } from "./torrent.downloader";
import { GameStatus, GameStatusHelper } from "@shared"; import { GameStatus } from "@shared";
import { gameRepository, userPreferencesRepository } from "@main/repository"; import { gameRepository, userPreferencesRepository } from "@main/repository";
interface DownloadStatus { interface DownloadStatus {