From 67542c48ac9ebbefb1abcc3b2e80769f8bf05be8 Mon Sep 17 00:00:00 2001 From: Codeboss <131376628+codebossdev@users.noreply.github.com> Date: Thu, 10 Aug 2023 01:30:01 +0300 Subject: [PATCH] eslint --- src/Socket/chats.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index ce6cf64..0db7733 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -169,7 +169,8 @@ export const makeChatsSocket = (config: SocketConfig) => { const onWhatsApp = async(...jids: string[]) => { const query = { tag: 'contact', attrs: {} } const list = jids.map((jid) => { - const content = `+${jid.replace('+', '')}`; // insures only 1 + is there + // insures only 1 + is there + const content = `+${jid.replace('+', '')}` return { tag: 'user',