summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-11 01:14:55 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-25 12:11:16 +0200
commit88604b41803bad002500dc54ea3657692ab60eed (patch)
treea3efe54c0d6d897d8e6c80878629d119be4b8e20 /src/store
parentc966633dfdab6ad4d91a354952ba9150a5f3dd57 (diff)
Bump @nextcloud/eslint-config from 2.0.0 to 2.1.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/addressbooks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js
index e81c03ec..6b79551d 100644
--- a/src/store/addressbooks.js
+++ b/src/store/addressbooks.js
@@ -80,7 +80,7 @@ export function mapDavShareeToSharee(sharee) {
: id
return {
displayName: name,
- id: id,
+ id,
writeable: sharee.access[0].endsWith('read-write'),
isGroup: sharee.href.startsWith('principal:principals/groups/'),
uri: sharee.href,