Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-12-21 20:36:26 +02:00
parent bd66ea8acc
commit 417dc9dc42
3 changed files with 15 additions and 11 deletions

View file

@ -263,6 +263,6 @@ if (Meteor.isServer) {
getDefaultAuthenticationMethod() {
return process.env.DEFAULT_AUTHENTICATION_METHOD;
}
},
});
}