mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
chore: removing unused var
This commit is contained in:
parent
74a99f5bc8
commit
1c7f68d6ca
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user