Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Jan 29, 2024
1 parent 4a13cb8 commit a6da3fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
} from "@/subscriptions";
import { AsyncEventEmitter } from "@/asyncEventEmitter";
import { processEvents } from "@/eventProcessor";
import { warn } from "console";

const DEFAULT_MAX_BLOCK_RANGE = 1_000_000n;

Expand Down Expand Up @@ -203,7 +202,7 @@ export function createIndexer<
// set the checkpoint target block to the target block
state.checkpointTargetBlock = targetBlock;

const fetchedSubscriptions = await getSubscriptionEvents({
await getSubscriptionEvents({
chainId: config.chain.id,
targetBlock,
subscriptions,
Expand Down

0 comments on commit a6da3fc

Please sign in to comment.