mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54:55 +03:00
lint
This commit is contained in:
parent
e8fc71b36b
commit
b55bc935f7
@ -70,7 +70,9 @@ export class PythonInstance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static async getStatus() {
|
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) {
|
if (response.data) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user