mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
e8fc71b36b
commit
b55bc935f7
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ export class PythonInstance {
|
|||
}
|
||||
|
||||
public static async getStatus() {
|
||||
const response = await this.rpc.get<LibtorrentDownloadingPayload | null>("/status");
|
||||
const response = await this.rpc.get<LibtorrentDownloadingPayload | null>(
|
||||
"/status"
|
||||
);
|
||||
|
||||
if (response.data) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue