Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-10-09 21:16:47 +03:00
parent 28a01862d0
commit 3a7ae7c5f2
5 changed files with 13 additions and 13 deletions

View file

@ -17,7 +17,7 @@ Meteor.publish('people', function(limit) {
'emails': 1,
'createdAt': 1,
'loginDisabled': 1,
'authenticationMethod': 1
'authenticationMethod': 1,
},
});
} else {