Update typebot.service.ts

This commit is contained in:
Luis-Fernando 2024-03-28 14:56:20 -03:00 committed by GitHub
parent 603197cdc8
commit b993b7075c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,7 +294,7 @@ export class TypebotService {
}
// Obtém os tipos de mensagem e o tipo identificado
const messageType = this.getTypeMessage(msg.message);
//const messageType = this.getTypeMessage(msg.message);
private getMessageContent(types: any) {
this.logger.verbose('get message content');