diff --git a/src/models/proxy/index.ts b/src/models/proxy/index.ts index fd190ff..637c226 100644 --- a/src/models/proxy/index.ts +++ b/src/models/proxy/index.ts @@ -64,8 +64,6 @@ async function defaultSetProxy(cfg: chrome.proxy.ProxyConfig) { value: cfg, scope: "regular", }) - - } async function defaultClearProxy() {