make linter pass

This commit is contained in:
2017-01-22 14:16:30 -07:00
parent 7ba55e7482
commit d59f09d1fd
8 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
module.exports = function enableAuthentication(server) {
module.exports = (/* server */) => {
// enable authentication
// server.enableAuth();
};