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");