mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
ESlint brace-style
This commit is contained in:
@@ -513,8 +513,11 @@ install.setup = function (callback) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
if (!uptodate) { upgrade.upgrade(next); }
|
||||
else { next(); }
|
||||
if (!uptodate) {
|
||||
upgrade.upgrade(next);
|
||||
} else {
|
||||
next();
|
||||
}
|
||||
});
|
||||
},
|
||||
], function (err, results) {
|
||||
|
||||
Reference in New Issue
Block a user