Skip to content

Commit

Permalink
comment out manager
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Oct 18, 2023
1 parent 16e7f3f commit 5be011c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/hooks/useSubgraphData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const pool = gql`
directPaymentPools {
id
timestamp
manager
contributions
ipfs
}
Expand All @@ -18,7 +17,6 @@ const specificPool = gql`
directPaymentPools(where: { id: $id }) {
id
timestamp
manager
contributions
ipfs
}
Expand Down

0 comments on commit 5be011c

Please sign in to comment.