mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
feat: Now you can register several typebots with triggers
This commit is contained in:
@@ -54,7 +54,7 @@ export const waMonitor = new WAMonitoringService(
|
||||
|
||||
const authService = new AuthService(prismaRepository);
|
||||
|
||||
const typebotService = new TypebotService(waMonitor, configService, prismaRepository, eventEmitter);
|
||||
const typebotService = new TypebotService(waMonitor, configService, prismaRepository);
|
||||
export const typebotController = new TypebotController(typebotService);
|
||||
|
||||
const webhookService = new WebhookService(waMonitor);
|
||||
|
||||
Reference in New Issue
Block a user