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: {},