Skip to content

Commit

Permalink
nit: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Nov 4, 2024
1 parent 21c86a8 commit 780fa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/geode/src/mappings/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function handleProposalApproved(event: ProposalApproved): void {
const ids = contract.getIdsByType(BigInt.fromI32(5));
pool.setIds(ids);

let withdrawalPools: Bytes[] = [];
const withdrawalPools: Bytes[] = [];
for (let i = 0; i < ids.length; i++) {
withdrawalPools.push(contract.planetWithdrawalPool(ids[i]));
}
Expand Down

0 comments on commit 780fa5b

Please sign in to comment.