aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/src/service/PreferenceService.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/src/service/PreferenceService.js')
-rw-r--r--apps/dav/src/service/PreferenceService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/src/service/PreferenceService.js b/apps/dav/src/service/PreferenceService.js
index f03d53a10cc..39b2c067c61 100644
--- a/apps/dav/src/service/PreferenceService.js
+++ b/apps/dav/src/service/PreferenceService.js
@@ -17,7 +17,7 @@ export async function enableUserStatusAutomation() {
}),
{
configValue: 'yes',
- }
+ },
)
}
@@ -29,6 +29,6 @@ export async function disableUserStatusAutomation() {
generateOcsUrl('/apps/provisioning_api/api/v1/config/users/{appId}/{configKey}', {
appId: 'dav',
configKey: 'user_status_automation',
- })
+ }),
)
}