Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 18, 2024
1 parent 3ef4139 commit 1c9c9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
},
'1.3.0-dev.6': (configFile) => {
Object.entries(configFile.configs)
.forEach(([name, options]) => {
.forEach(([, options]) => {
options.platform.drive.tenderdash.docker.image = 'dashpay/tenderdash:fix-wrong-proposer-at-round';
});
return configFile;
Expand Down

0 comments on commit 1c9c9b0

Please sign in to comment.