Skip to content

Commit

Permalink
fix: delete unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jun 20, 2024
1 parent 0ed607d commit 858c00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class ChainContext {
// Process blocks in order
for (const blockNumberKey of Object.keys(eventsByBlock).sort()) {
const blockNumber = Number(blockNumberKey);
lastProcessedBlock = await processBlockAndPersist({
await processBlockAndPersist({
context: this,
blockNumber,
events: eventsByBlock[blockNumber],
Expand Down

0 comments on commit 858c00f

Please sign in to comment.