diff --git a/src/install.js b/src/install.js index 129c50c548..846f6f9050 100644 --- a/src/install.js +++ b/src/install.js @@ -339,7 +339,7 @@ function createGlobalModeratorsGroup(next) { function (exists, next) { if (exists) { winston.info('Global Moderators group found, skipping creation!'); - return next(); + return next(null, null); } groups.create({ name: 'Global Moderators',