We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2a189 commit feff038Copy full SHA for feff038
src/utils/makeProxyAgent.ts
@@ -1,6 +1,6 @@
1
import { HttpsProxyAgent } from 'https-proxy-agent';
2
import { SocksProxyAgent } from 'socks-proxy-agent';
3
-import { ProxyAgent } from 'undici'
+import { ProxyAgent } from 'undici';
4
5
type Proxy = {
6
host: string;
0 commit comments