Fix applyFormatting context in Typebot service

This commit is contained in:
Matheus Terra 2025-06-19 12:45:09 -03:00
parent 39606240da
commit bda3f5f146

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