aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OC/currentuser.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/currentuser.js')
-rw-r--r--core/src/OC/currentuser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/currentuser.js b/core/src/OC/currentuser.js
index c8f9d59c1eb..061abba89d6 100644
--- a/core/src/OC/currentuser.js
+++ b/core/src/OC/currentuser.js
@@ -31,6 +31,6 @@ export const currentUser = rawUid !== undefined ? rawUid : false
export const getCurrentUser = () => {
return {
uid: currentUser,
- displayName
+ displayName,
}
}