mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
fix eslint
This commit is contained in:
@@ -100,7 +100,7 @@ var middleware;
|
||||
});
|
||||
},
|
||||
async.apply(Plugins.getPluginPaths),
|
||||
function(paths, next) {
|
||||
function (paths, next) {
|
||||
async.eachSeries(paths, Plugins.loadPlugin, next);
|
||||
},
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user