删除一个open事件

dev/supplier-email-drawer
Lei OT 9 months ago
parent c3a08d8ddd
commit a47c9a1461

@ -269,10 +269,6 @@ const createWhatsApp = async phone => {
}); });
} }
} else if (connection === 'open') { } else if (connection === 'open') {
waEmitter.emit('connection:open', {
whatsAppNo,
status: 'online',
});
waEmitter.emit('connection:open', { waEmitter.emit('connection:open', {
status: 'open', whatsAppNo status: 'open', whatsAppNo
}); });

Loading…
Cancel
Save