Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaJane authored and nathanwhit committed Jun 22, 2023
1 parent bb2210d commit a0ea22a
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 @@ -20,7 +20,7 @@ async function withdrawUnbondedAction(options: OptionValues) {
const controllerSeed = await getControllerSeedFromEnvOrPrompt();
const controller = initKeyringPair(controllerSeed);

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

0 comments on commit a0ea22a

Please sign in to comment.