eslint final

This commit is contained in:
Codeboss
2023-08-10 01:32:22 +03:00
parent 67542c48ac
commit fe573b365c

View File

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