mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
5d59a15bbf
commit
e5dff9babe
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ export class PythonInstance {
|
||||||
action: "pause",
|
action: "pause",
|
||||||
game_id: this.downloadingGameId,
|
game_id: this.downloadingGameId,
|
||||||
} as PauseDownloadPayload)
|
} as PauseDownloadPayload)
|
||||||
.catch(() => { });
|
.catch(() => {});
|
||||||
|
|
||||||
this.downloadingGameId = -1;
|
this.downloadingGameId = -1;
|
||||||
}
|
}
|
||||||
|
@ -171,7 +171,7 @@ export class PythonInstance {
|
||||||
action: "cancel",
|
action: "cancel",
|
||||||
game_id: gameId,
|
game_id: gameId,
|
||||||
} as CancelDownloadPayload)
|
} as CancelDownloadPayload)
|
||||||
.catch(() => { });
|
.catch(() => {});
|
||||||
|
|
||||||
this.downloadingGameId = -1;
|
this.downloadingGameId = -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue