File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
api/integrations/channel/whatsapp Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ import { createId as cuid } from '@paralleldrive/cuid2';
8282import { Instance , Message } from '@prisma/client' ;
8383import { createJid } from '@utils/createJid' ;
8484import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion' ;
85- import { makeProxyAgent , makeProxyAgentUndici } from '@utils/makeProxyAgent' ;
85+ import { makeProxyAgent , makeProxyAgentUndici } from '@utils/makeProxyAgent' ;
8686import { getOnWhatsappCache , saveOnWhatsappCache } from '@utils/onWhatsappCache' ;
8787import { status } from '@utils/renderStatus' ;
8888import { sendTelemetry } from '@utils/sendTelemetry' ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function makeProxyAgentUndici(proxy: Proxy | string): ProxyAgent | SocksP
6464
6565 const auth = username && password ? `${ username } :${ password } @` : '' ;
6666 proxyUrl = `${ protocol } ://${ auth } ${ host } :${ port } ` ;
67- } ;
67+ }
6868
6969 const PROXY_HTTP_PROTOCOL = 'http' ;
7070 const PROXY_HTTPS_PROTOCOL = 'https' ;
@@ -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+ }
You can’t perform that action at this time.
0 commit comments