mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 12:22:21 -06:00
Unification of integrations, Typebot & OpenAI & Dify
This commit is contained in:
@@ -168,7 +168,7 @@ export class WAMonitoringService {
|
||||
await this.prismaRepository.proxy.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.rabbitmq.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.sqs.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.typebotSession.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.integrationSession.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.typebot.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.websocket.deleteMany({ where: { instanceId: instance.id } });
|
||||
await this.prismaRepository.setting.deleteMany({ where: { instanceId: instance.id } });
|
||||
|
||||
Reference in New Issue
Block a user