break change: fix breakchange events in manager

This commit is contained in:
Davidson Gomes 2024-08-23 14:30:48 -03:00
parent fcdee75f39
commit d7b3230db9
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evolution Manager</title>
<script type="module" crossorigin src="/assets/index-TzDLYu1M.js"></script>
<script type="module" crossorigin src="/assets/index-BoEnBOjp.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BJ9JMAl_.css">
</head>
<body>

View File

@ -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,