Skip to content

Commit 94670cb

Browse files
Merge pull request #1 from matheusfterra/codex/corrigir-erro-ao-processar-mensagens-com-variáveis
Fix Typebot formatting function
2 parents 3960624 + bda3f5f commit 94670cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/typebot/services/typebot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export class TypebotService extends BaseChatbotService<TypebotModel, any> {
186186
messages,
187187
input,
188188
clientSideActions,
189-
this.applyFormatting,
189+
this.applyFormatting.bind(this),
190190
this.prismaRepository,
191191
).catch((err) => {
192192
console.error('Erro ao processar mensagens:', err);

0 commit comments

Comments
 (0)