fix: save config used on migration

This commit is contained in:
José Oliveira 2022-01-21 00:28:04 +00:00
parent c072803ac3
commit bd2d2b06c2
12 changed files with 31 additions and 19 deletions

View file

@ -13,7 +13,7 @@ exports.up = async function (next) {
config[key] = 'none'
}
}, cryptoCodes)
return settingsLoader.saveConfig(config)
return settingsLoader.migrationSaveConfig(config)
}
exports.down = function (next) {