log contact export

This commit is contained in:
liamcottle 2025-02-15 21:40:57 +13:00
parent 381a1b9d17
commit bba89fd4f1

View file

@ -190,6 +190,10 @@
await this.loadContacts();
});
this.connection.on(Constants.ResponseCodes.ExportContact, async (event) => {
console.log("ExportContact", event);
});
},
onDisconnected() {
console.log("disconnected");