diff --git a/migrations/1619968992683-fiat-balance-notification-to-percent.js b/migrations/1619968992683-fiat-balance-notification-to-percent.js index 193089f3..7c73af88 100644 --- a/migrations/1619968992683-fiat-balance-notification-to-percent.js +++ b/migrations/1619968992683-fiat-balance-notification-to-percent.js @@ -37,9 +37,6 @@ exports.up = function (next) { .then(() => next()) }) .catch(err => { - if (err.message === 'lamassu-server is not configured') { - return next() - } console.log(err.message) return next(err) })