Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Jul 16, 2024
1 parent 59935db commit a568927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/subgraph-basin/src/templates/AquiferHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function handleBoreWell(event: BoreWell): void {
tokens.push(loadOrCreateToken(event.params.tokens[i]).id);
}
well.tokens = tokens;
well.tokensOrdered = tokens;
well.tokenOrder = tokens;

for (let i = 0; i < event.params.pumps.length; i++) {
loadOrCreatePump(event.params.pumps[i], event.params.well);
Expand Down

0 comments on commit a568927

Please sign in to comment.