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