From bba89fd4f1c5262333e5ea03c346c7c914c09a7a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 15 Feb 2025 21:40:57 +1300 Subject: [PATCH] log contact export --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index a117bc2..c7e5c82 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,10 @@ await this.loadContacts(); }); + this.connection.on(Constants.ResponseCodes.ExportContact, async (event) => { + console.log("ExportContact", event); + }); + }, onDisconnected() { console.log("disconnected");