summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-08 16:04:52 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-08 21:04:28 +0200
commit5bac2a13014c57328abd60bc519f56e41343beda (patch)
tree1e2fd112306ff0e2846ab84725f2ae8e6623781c /src/store
parentb33920d2c61f77efb76dbafa38895e4c09c8c232 (diff)
Fix import addressbook display name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/addressbooks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js
index 1a4a7c49..6dfd5971 100644
--- a/src/store/addressbooks.js
+++ b/src/store/addressbooks.js
@@ -407,6 +407,7 @@ const actions = {
// create the array of requests to send
contacts.map(async contact => {
+ console.info(contact)
// Get vcard string
try {