Skip to content

Commit feff038

Browse files
committed
lint ajustes
1 parent 4d2a189 commit feff038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/makeProxyAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { HttpsProxyAgent } from 'https-proxy-agent';
22
import { SocksProxyAgent } from 'socks-proxy-agent';
3-
import { ProxyAgent } from 'undici'
3+
import { ProxyAgent } from 'undici';
44

55
type Proxy = {
66
host: string;

0 commit comments

Comments
 (0)