Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Feb 23, 2024
1 parent 6831577 commit 465f04f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/indexer-common/src/indexer-management/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ const SCHEMA_SDL = gql`
minClosedEpoch: Int!
protocolNetwork: String
): [POIDispute]!
disputesClosedAfter(closedAfterBlock: BigInt!, protocolNetwork: String): [POIDispute]!
allocations(filter: AllocationFilter!): [Allocation!]!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ type Query {

dispute(identifier: POIDisputeIdentifier!): POIDispute
disputes(status: String!, minClosedEpoch: Int!, protocolNetwork: String): [POIDispute]!
disputesClosedAfter(closedAfterBlock: BigInt!, protocolNetwork: String): [POIDispute]!

allocations(filter: AllocationFilter!): [Allocation!]!

Expand Down

This file was deleted.

0 comments on commit 465f04f

Please sign in to comment.