mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
lint
This commit is contained in:
parent
1ad501c64e
commit
1458314df6
@ -64,7 +64,7 @@ export class DownloadManager {
|
||||
this.currentDownloader === Downloader.Torrent
|
||||
) {
|
||||
const existingSeed = await seedListRepository.findOne({
|
||||
where: { downloadUri: game.uri! }
|
||||
where: { downloadUri: game.uri! },
|
||||
});
|
||||
|
||||
if (existingSeed) {
|
||||
|
Loading…
Reference in New Issue
Block a user