Skip to content

Commit

Permalink
fix(app): remove commented, no need
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Aug 29, 2024
1 parent c6e0557 commit 8aa803e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/lib/graphql/documents/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ export const transferAddressesCountQueryDocument = graphql(/* GraphQL */ `
}
`)

// export const transferAddressesCountQueryDocument = graphql(/* GraphQL */ `
// query TransfersByAddressesQuery($addresses: [String!]!) {
// v0_transfers(where: {normalized_sender: {_in: $addresses}}) {
// sender
// }
// }
// `)

export const packetCountQueryDocument = graphql(/* GraphQL */ `
query PacketCountQuery @cached(ttl: 5) {
v0_packets_aggregate {
Expand Down

0 comments on commit 8aa803e

Please sign in to comment.