mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-28 19:36:27 -06:00
Update typebot.service.ts
This commit is contained in:
parent
304be2510a
commit
324c5078d7
@ -285,7 +285,7 @@ export class TypebotService {
|
|||||||
listResponseMessage: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
|
listResponseMessage: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
|
||||||
responseRowId: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
|
responseRowId: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
|
||||||
// Adiciona uma nova propriedade messageType para identificar o tipo da mensagem
|
// Adiciona uma nova propriedade messageType para identificar o tipo da mensagem
|
||||||
messageType: Object.keys(types).find(key => types[key] !== undefined) || 'unknown'
|
//messageType: Object.keys(types).find(key => types[key] !== undefined) || 'unknown'
|
||||||
};
|
};
|
||||||
|
|
||||||
this.logger.verbose('type message: ' + JSON.stringify(types));
|
this.logger.verbose('type message: ' + JSON.stringify(types));
|
||||||
|
Loading…
Reference in New Issue
Block a user