We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc324e commit 4ba5cfcCopy full SHA for 4ba5cfc
src/whatsapp/controllers/instance.controller.ts
@@ -645,6 +645,7 @@ export class InstanceController {
645
646
this.waMonitor.waInstances[instanceName].sendDataWebhook(Events.INSTANCE_DELETE, {
647
instanceName,
648
+ instanceId: (await this.repository.auth.find(instanceName))?.instanceId,
649
});
650
delete this.waMonitor.waInstances[instanceName];
651
this.eventEmitter.emit('remove.instance', instanceName, 'inner');
0 commit comments