Skip to content

Commit d3e3c45

Browse files
committed
lint
1 parent 067f099 commit d3e3c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/makeProxyAgent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { ProxyAgent } from 'undici';
21
import { HttpsProxyAgent } from 'https-proxy-agent';
32
import { SocksProxyAgent } from 'socks-proxy-agent';
3+
import { ProxyAgent } from 'undici';
44

55
type Proxy = {
66
host: string;
@@ -81,4 +81,4 @@ export function makeProxyAgentUndici(proxy: Proxy | string): ProxyAgent | SocksP
8181
default:
8282
throw new Error(`Unsupported proxy protocol: ${protocol}`);
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)