Correção para voltar ao menu de opções
parent
626264d568
commit
5c13bbffb6
|
@ -1163,7 +1163,10 @@ const handleMessage = async (
|
|||
});
|
||||
|
||||
const _ticket = await ShowTicketService(ticket.id);
|
||||
const chat = await msg.getChat();
|
||||
|
||||
// const chat = await msg.getChat();
|
||||
const chat = wbot.chat
|
||||
|
||||
await sendDialogflowAwswer(wbot, _ticket, msg, contact, chat);
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue