mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #4339
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user