Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Aug 8, 2023
1 parent 5beb6c4 commit a91ae38
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ export function handleBalancesUpdated(event: BalancesUpdated): void {
balanceCheckpoint!.queuedMinipools.times(BIGINT_SIXTEEN);
const stakingMinipools =
balanceCheckpoint!.stakingMinipools.times(BIGINT_THIRTYTWO);
const stakingUnbondedMinipools =
balanceCheckpoint!.stakingUnbondedMinipools.times(BIGINT_THIRTYTWO);
const withdrawableMinipools =
balanceCheckpoint!.withdrawableMinipools.times(BIGINT_THIRTYTWO);

Expand Down

0 comments on commit a91ae38

Please sign in to comment.