mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
Fixing lint issues
This commit is contained in:
@@ -40,7 +40,7 @@ start.start = function () {
|
||||
next(err);
|
||||
});
|
||||
},
|
||||
function(next) {
|
||||
function (next) {
|
||||
db.initSessionStore(next);
|
||||
},
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user