fix: unintentional function removal

This commit is contained in:
José Oliveira 2021-05-05 17:19:33 +01:00 committed by Josh Harvey
parent 4f7f7715bc
commit e0ac3cfdb3

View file

@ -34,7 +34,7 @@ exports.up = function (next) {
}, config.notifications_fiatBalanceOverrides)
}
return saveConfig(newConfig)
.then(() => {})
.then(() => next())
})
.catch(err => {
if (err.message === 'lamassu-server is not configured') {