fix: unintentional function removal
This commit is contained in:
parent
4f7f7715bc
commit
e0ac3cfdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue