Skip to content

Commit 067f099

Browse files
committed
lint
1 parent 179af3f commit 067f099

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { createId as cuid } from '@paralleldrive/cuid2';
8282
import { Instance, Message } from '@prisma/client';
8383
import { createJid } from '@utils/createJid';
8484
import { fetchLatestWaWebVersion } from '@utils/fetchLatestWaWebVersion';
85-
import {makeProxyAgent, makeProxyAgentUndici} from '@utils/makeProxyAgent';
85+
import { makeProxyAgent, makeProxyAgentUndici } from '@utils/makeProxyAgent';
8686
import { getOnWhatsappCache, saveOnWhatsappCache } from '@utils/onWhatsappCache';
8787
import { status } from '@utils/renderStatus';
8888
import { sendTelemetry } from '@utils/sendTelemetry';

src/utils/makeProxyAgent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)