Skip to content

Commit

Permalink
common: add lint to disable arbitrary any type
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Sep 29, 2023
1 parent ea99224 commit 6e4f4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/indexer-common/src/subgraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ const blockNumberQuery = gql`

interface BlockNumberInterface {
data: { _meta: { block: { number: number } } }
// eslint-disable-next-line @typescript-eslint/no-explicit-any
errors?: any
}

Expand Down

0 comments on commit 6e4f4c7

Please sign in to comment.