mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
break change: fix breakchange events in manager
This commit is contained in:
parent
fcdee75f39
commit
d7b3230db9
File diff suppressed because one or more lines are too long
2
manager/dist/index.html
vendored
2
manager/dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Evolution Manager</title>
|
<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">
|
<link rel="stylesheet" crossorigin href="/assets/index-BJ9JMAl_.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -30,8 +30,6 @@ export class WebhookController extends EventController implements EventControlle
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('data.webhook', data);
|
|
||||||
|
|
||||||
return this.prisma.webhook.upsert({
|
return this.prisma.webhook.upsert({
|
||||||
where: {
|
where: {
|
||||||
instanceId: this.monitor.waInstances[instanceName].instanceId,
|
instanceId: this.monitor.waInstances[instanceName].instanceId,
|
||||||
|
Loading…
Reference in New Issue
Block a user