mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
1ad501c64e
commit
1458314df6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue