mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 11:22:21 -06:00
break change: fix breakchange events in manager
This commit is contained in:
@@ -30,8 +30,6 @@ export class WebhookController extends EventController implements EventControlle
|
||||
}
|
||||
}
|
||||
|
||||
console.log('data.webhook', data);
|
||||
|
||||
return this.prisma.webhook.upsert({
|
||||
where: {
|
||||
instanceId: this.monitor.waInstances[instanceName].instanceId,
|
||||
|
||||
Reference in New Issue
Block a user