Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 11, 2023
1 parent 49baea5 commit ac2bba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/worker/src/balance/balance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class BalanceService {
}
const blockChangedBalances = this.changedBalances.get(blockNumber);
const tokens = new Set<string>();
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for (const [_, tokenAddresses] of blockChangedBalances) {
for (const [tokenAddress, tokenAddressBalance] of tokenAddresses) {
if (tokenAddressBalance.tokenType === TokenType.ERC20) {
Expand Down

0 comments on commit ac2bba4

Please sign in to comment.