Skip to content

Commit 780fa5b

Browse files
committed
nit: fix lint
1 parent 21c86a8 commit 780fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subgraphs/geode/src/mappings/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function handleProposalApproved(event: ProposalApproved): void {
123123
const ids = contract.getIdsByType(BigInt.fromI32(5));
124124
pool.setIds(ids);
125125

126-
let withdrawalPools: Bytes[] = [];
126+
const withdrawalPools: Bytes[] = [];
127127
for (let i = 0; i < ids.length; i++) {
128128
withdrawalPools.push(contract.planetWithdrawalPool(ids[i]));
129129
}

0 commit comments

Comments
 (0)