We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c86a8 commit 780fa5bCopy full SHA for 780fa5b
subgraphs/geode/src/mappings/handlers.ts
@@ -123,7 +123,7 @@ export function handleProposalApproved(event: ProposalApproved): void {
123
const ids = contract.getIdsByType(BigInt.fromI32(5));
124
pool.setIds(ids);
125
126
- let withdrawalPools: Bytes[] = [];
+ const withdrawalPools: Bytes[] = [];
127
for (let i = 0; i < ids.length; i++) {
128
withdrawalPools.push(contract.planetWithdrawalPool(ids[i]));
129
}
0 commit comments