mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-27 02:48:39 -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,
|
||||
responseRowId: msg.listResponseMessage?.singleSelectReply?.selectedRowId,
|
||||
// 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));
|
||||
|
Loading…
Reference in New Issue
Block a user