mirror of
https://github.com/wekan/wekan.git
synced 2026-01-18 15:35:29 +01:00
Fix lint errors.
This commit is contained in:
parent
28a01862d0
commit
3a7ae7c5f2
5 changed files with 13 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ Meteor.publish('people', function(limit) {
|
|||
'emails': 1,
|
||||
'createdAt': 1,
|
||||
'loginDisabled': 1,
|
||||
'authenticationMethod': 1
|
||||
'authenticationMethod': 1,
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue