mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
lint
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user