From 8aa803e29c3a501a35a82cb886fea9962f7e1bb1 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 12 Aug 2024 17:32:48 +0200 Subject: [PATCH] fix(app): remove commented, no need --- app/src/lib/graphql/documents/stats.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/src/lib/graphql/documents/stats.ts b/app/src/lib/graphql/documents/stats.ts index 30dc7620ad..72866baf0b 100644 --- a/app/src/lib/graphql/documents/stats.ts +++ b/app/src/lib/graphql/documents/stats.ts @@ -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 {