Merge pull request #1624 from matheusfterra/main

Correção do envio de variáveis pelo typeboy
This commit is contained in:
Davidson Gomes
2025-06-23 15:35:20 -03:00
committed by GitHub
@@ -186,7 +186,7 @@ export class TypebotService extends BaseChatbotService<TypebotModel, any> {
messages, messages,
input, input,
clientSideActions, clientSideActions,
this.applyFormatting, this.applyFormatting.bind(this),
this.prismaRepository, this.prismaRepository,
).catch((err) => { ).catch((err) => {
console.error('Erro ao processar mensagens:', err); console.error('Erro ao processar mensagens:', err);