chore: remove dead code

This commit is contained in:
siiky 2024-09-12 17:07:31 +01:00
parent 446ac9f8db
commit 19c7d73444
6 changed files with 1 additions and 117 deletions

View file

@ -474,8 +474,4 @@ function migrate (config, accounts) {
}
}
module.exports = {
migrateConfig,
migrateAccounts,
migrate
}
module.exports = { migrate }