fix: simple adjust in key object

This commit is contained in:
jaison-x 2023-12-21 07:42:33 -03:00
parent 89a37a1771
commit a44cd0373e

View File

@ -1951,14 +1951,7 @@ export class WAStartupService {
this.chatwootService.eventWhatsapp(
Events.MESSAGES_DELETE,
{ instanceName: this.instance.name },
{
key: {
remoteJid: key.remoteJid,
fromMe: key.fromMe,
id: key.id,
participant: key.participant,
},
},
{ key: key },
);
}