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
commit a7badb9af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);