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