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