From 4f885c3808494a6c4d6fb8ac76b7b78a778cbf64 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 26 Oct 2024 05:34:35 +0530 Subject: [PATCH] chore: lint --- src/api/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/proxy.ts b/src/api/proxy.ts index 04508101..d60ff726 100644 --- a/src/api/proxy.ts +++ b/src/api/proxy.ts @@ -28,7 +28,7 @@ export const getProxyConfig = async (): Promise<{ proxy_url: string, auth: boole } } -export const testProxyConfig = async (): Promise<{ success: boolean}> => { +export const testProxyConfig = async (): Promise<{ success: boolean }> => { try { const response = await axios.get(`http://localhost:8080/proxy/test`); if (response.status === 200) {