mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -272,7 +272,7 @@ function createAdmin(callback) {
|
||||
var adminUid;
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
User.create({username: results.username, password: results.password, email: results.email}, next);
|
||||
User.create({ username: results.username, password: results.password, email: results.email }, next);
|
||||
},
|
||||
function (uid, next) {
|
||||
adminUid = uid;
|
||||
|
||||
Reference in New Issue
Block a user