fix: variables in typebot

This commit is contained in:
Davidson Gomes
2023-12-14 08:35:45 -03:00
parent 87027ea2d0
commit a44646161b
9 changed files with 143 additions and 88 deletions

View File

@@ -168,7 +168,7 @@ export class WAStartupService {
private chatwootService = new ChatwootService(waMonitor, this.configService, this.repository);
private typebotService = new TypebotService(waMonitor, this.configService);
private typebotService = new TypebotService(waMonitor, this.configService, this.eventEmitter);
private chamaaiService = new ChamaaiService(waMonitor, this.configService);