diff options
| author | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-13 23:03:41 +0800 |
| commit | 3bbca8017b5de78ce982efd6d2889262bff2d7d1 (patch) | |
| tree | 19550d8ef68bca2b36a92b1c6e677bd4e6418a55 /src/api | |
| parent | 837cca81317fe7158bc1be2d07949e64d07a0293 (diff) | |
chore: remove husky and lint-staged
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/proxies.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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), }); } |
