remoçao de console.log
parent
996e182fb6
commit
72c489a27b
|
@ -81,8 +81,7 @@ const SendWhatsAppMessage = async ({
|
|||
}
|
||||
|
||||
if (!listWhatsapp) {
|
||||
listWhatsapp = await ListWhatsAppsNumber(ticket.whatsappId, "CONNECTED");
|
||||
console.log("@@@@@@@@@@@ listWhatsapp: ", listWhatsapp);
|
||||
listWhatsapp = await ListWhatsAppsNumber(ticket.whatsappId, "CONNECTED");
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue