Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-12-03 11:18:54 +02:00
parent 97158de70f
commit 70fd1ce57d
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ Template.userFormsLayout.events({
event.stopImmediatePropagation();
Meteor.subscribe('user-authenticationMethod', email, {
onReady() {
onReady() {
return authentication.call(this, instance, email, password);
},
});

View file

@ -260,7 +260,7 @@ if (Meteor.isServer) {
}
},
});
Jobs.register({
logOut(userId) {
Meteor.users.update(