summaryrefslogtreecommitdiffstats
path: root/server/publications
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-09 21:16:47 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-09 21:16:47 +0300
commit3a7ae7c5f240287a4fc58eb3a321129be718d40c (patch)
treeeb981308f87f296d984915a71efb5c51c24082f2 /server/publications
parent28a01862d04654784bd6010035c3a6fe1690ba60 (diff)
downloadwekan-3a7ae7c5f240287a4fc58eb3a321129be718d40c.tar.gz
wekan-3a7ae7c5f240287a4fc58eb3a321129be718d40c.tar.bz2
wekan-3a7ae7c5f240287a4fc58eb3a321129be718d40c.zip
Fix lint errors.
Diffstat (limited to 'server/publications')
-rw-r--r--server/publications/people.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/publications/people.js b/server/publications/people.js
index 022a71b5..56187732 100644
--- a/server/publications/people.js
+++ b/server/publications/people.js
@@ -17,7 +17,7 @@ Meteor.publish('people', function(limit) {
'emails': 1,
'createdAt': 1,
'loginDisabled': 1,
- 'authenticationMethod': 1
+ 'authenticationMethod': 1,
},
});
} else {