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

View File

@@ -186,7 +186,7 @@ export class TypebotService extends BaseChatbotService<TypebotModel, any> {
messages,
input,
clientSideActions,
this.applyFormatting,
this.applyFormatting.bind(this),
this.prismaRepository,
).catch((err) => {
console.error('Erro ao processar mensagens:', err);