From 3bbca8017b5de78ce982efd6d2889262bff2d7d1 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 13 Nov 2020 23:03:41 +0800 Subject: chore: remove husky and lint-staged --- src/api/proxies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/proxies.ts b/src/api/proxies.ts index 72e1c52..963f8be 100644 --- a/src/api/proxies.ts +++ b/src/api/proxies.ts @@ -26,7 +26,7 @@ export async function requestToSwitchProxy(apiConfig, name1, name2) { return await fetch(fullURL, { ...init, method: 'PUT', - body: JSON.stringify(body) + body: JSON.stringify(body), }); } -- cgit v1.3.1