chore: lint

This commit is contained in:
karishmas6
2024-10-26 05:34:35 +05:30
parent 7331d0cfd9
commit 4f885c3808

View File

@@ -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) {