From e0ac3cfdb364d9080cb97d95febeb7e442a7341f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Wed, 5 May 2021 17:19:33 +0100 Subject: [PATCH] fix: unintentional function removal --- .../1619968992683-fiat-balance-notification-to-percent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1619968992683-fiat-balance-notification-to-percent.js b/migrations/1619968992683-fiat-balance-notification-to-percent.js index c8a3aa2d..bfbeae77 100644 --- a/migrations/1619968992683-fiat-balance-notification-to-percent.js +++ b/migrations/1619968992683-fiat-balance-notification-to-percent.js @@ -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') {