From 23bcc04d967da9cad050a74e12c0388dac07af24 Mon Sep 17 00:00:00 2001 From: VambertoFarias <86860293+VambertoFarias@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:24:23 -0300 Subject: [PATCH] Fix Typebot message formatting --- .../integrations/chatbot/typebot/services/typebot.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/chatbot/typebot/services/typebot.service.ts b/src/api/integrations/chatbot/typebot/services/typebot.service.ts index b094ec40..f8b437cc 100644 --- a/src/api/integrations/chatbot/typebot/services/typebot.service.ts +++ b/src/api/integrations/chatbot/typebot/services/typebot.service.ts @@ -189,7 +189,7 @@ export class TypebotService extends BaseChatbotService { messages, input, clientSideActions, - this.applyFormatting, + this.applyFormatting.bind(this), this.prismaRepository, ).catch((err) => { console.error('Erro ao processar mensagens:', err);