fix: collecting responses with text or numbers in Typebot

This commit is contained in:
edisoncm-ti 2024-01-26 19:10:20 -03:00
parent 814795f566
commit 3755d3870e

View File

@ -274,7 +274,7 @@ export class TypebotService {
const types = {
conversation: msg.conversation,
extendedTextMessage: msg.extendedTextMessage?.text,
responseRowId: msg.listResponseMessage.singleSelectReply?.selectedRowId,
responseRowId: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
};
this.logger.verbose('type message: ' + types);