Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaJane committed Jun 22, 2023
1 parent 94a4fb8 commit d0beb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cc-cli/src/commands/withdrawUnbonded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function withdrawUnbondedAction(options: OptionValues) {
const stashSeed = getSeedFromOptions(options);
const stashAccount = initKeyringPair(stashSeed);

let status = await getStatus(stashAccount.address, api);
const status = await getStatus(stashAccount.address, api);
requireStatus(
status,
"canWithdraw",
Expand Down

0 comments on commit d0beb47

Please sign in to comment.