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',