diff --git a/migrations/1620954224627-add-fee-priority.js b/migrations/1620954224627-add-fee-priority.js index 19c1aef7..332f22ea 100644 --- a/migrations/1620954224627-add-fee-priority.js +++ b/migrations/1620954224627-add-fee-priority.js @@ -7,10 +7,10 @@ exports.up = function (next) { return loadLatest() .then(config => { return saveConfig(newConfig) - .then(next) - .catch(err => { - return next(err) - }) + }) + .then(next) + .catch(err => { + return next(err) }) }