Skip to content

Commit 2c0b629

Browse files
authored
Update whatsapp.service.ts
1 parent 89a37a1 commit 2c0b629

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,14 +1951,7 @@ export class WAStartupService {
19511951
this.chatwootService.eventWhatsapp(
19521952
Events.MESSAGES_DELETE,
19531953
{ instanceName: this.instance.name },
1954-
{
1955-
key: {
1956-
remoteJid: key.remoteJid,
1957-
fromMe: key.fromMe,
1958-
id: key.id,
1959-
participant: key.participant,
1960-
},
1961-
},
1954+
{ key: key },
19621955
);
19631956
}
19641957

0 commit comments

Comments
 (0)