summaryrefslogtreecommitdiffstats
path: root/src/store/addressbooks.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/addressbooks.js')
-rw-r--r--src/store/addressbooks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js
index aefbe23c..874db9d8 100644
--- a/src/store/addressbooks.js
+++ b/src/store/addressbooks.js
@@ -389,7 +389,7 @@ const actions = {
'{failed} contact failed to be read',
'{failed} contacts failed to be read',
failed,
- { failed }
+ { failed },
))
}
@@ -450,7 +450,7 @@ const actions = {
// error
context.commit('incrementDenied')
console.error(error)
- })
+ }),
))
} catch (e) {
context.commit('incrementDenied')