This commit is contained in:
Barış Soner Uşaklı
2016-03-09 22:45:28 +02:00
parent 53249de799
commit 09b93ac6ff

View File

@@ -339,7 +339,7 @@ function createGlobalModeratorsGroup(next) {
function (exists, next) { function (exists, next) {
if (exists) { if (exists) {
winston.info('Global Moderators group found, skipping creation!'); winston.info('Global Moderators group found, skipping creation!');
return next(); return next(null, null);
} }
groups.create({ groups.create({
name: 'Global Moderators', name: 'Global Moderators',