Skip to content

Commit 66c623b

Browse files
committed
event update
1 parent d0e1afa commit 66c623b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export class WAStartupService {
748748
} else {
749749
list.push(find);
750750
}
751-
this.ws.send(this.instance.name, 'contacts.upsert', list);
751+
this.ws.send(this.instance.name, 'contacts.update', list);
752752

753753
await this.sendDataWebhook('contactsUpsert', list);
754754
} catch (error) {

0 commit comments

Comments
 (0)