Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukema95 committed Sep 25, 2024
1 parent 28d6765 commit 4a131ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ export const balancesTask = task(
.addFlag("mainnet", "Run the task on mainnet")
.addOptionalParam("evm", `Fetch balances for a specific EVM address`)
.addOptionalParam("solana", `Fetch balances for a specific Solana address`)
.addOptionalParam("bitcoin", `Fetch balances for a specific Bitcoin address`);
.addOptionalParam("bitcoin", `Fetch balances for a specific Bitcoin address`);

0 comments on commit 4a131ce

Please sign in to comment.