Skip to content

Commit a7b855b

Browse files
committed
fix lint
1 parent 26abc69 commit a7b855b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/indexer/gitcoin-attestation-network/handleEvent.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ export async function handleEvent(
4242
const {
4343
chainId,
4444
event,
45-
subscribeToContract,
46-
readContract,
47-
getBlock,
48-
context: { db, rpcClient, ipfsGet, logger },
45+
context: { ipfsGet, logger },
4946
} = args;
5047

5148
switch (event.name) {

0 commit comments

Comments
 (0)