diff --git a/api/torrent/src/IpcClient.ts b/api/torrent/src/IpcClient.ts index 23a8331..67e3703 100644 --- a/api/torrent/src/IpcClient.ts +++ b/api/torrent/src/IpcClient.ts @@ -59,7 +59,7 @@ export class IpcClient extends IpcClientS console.error(response.error); throw new Error("Failed to check if a torrent exists"); } - return response.data; + return response.data; } /**