summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-06 10:14:54 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-06 10:14:54 +0100
commit88d3f38d535786f7f9598c0c570d6853a227508b (patch)
tree1dcfeb09b0ebe3f737343dce9b38b38145031a64 /models
parenta314d608a2dd4e05caeb50d76f18ba84f3981c8c (diff)
downloadwekan-88d3f38d535786f7f9598c0c570d6853a227508b.tar.gz
wekan-88d3f38d535786f7f9598c0c570d6853a227508b.tar.bz2
wekan-88d3f38d535786f7f9598c0c570d6853a227508b.zip
dangling commas error
Diffstat (limited to 'models')
-rw-r--r--models/users.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/models/users.js b/models/users.js
index 236feb45..8e2f3bf9 100644
--- a/models/users.js
+++ b/models/users.js
@@ -106,8 +106,8 @@ Users.attachSchema(new SimpleSchema({
},
isAdmin: {
type: Boolean,
- optional: true
- }
+ optional: true,
+ },
}));
// Search a user in the complete server database by its name or username. This