From dee65111b598c48aaf5d4efda54f0645df8f1051 Mon Sep 17 00:00:00 2001 From: Andrey Kopylov Date: Thu, 27 Feb 2025 18:01:52 +0500 Subject: [PATCH] fix --- src/graphql/subgraph/allocator/allocatorsQuery.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphql/subgraph/allocator/allocatorsQuery.graphql b/src/graphql/subgraph/allocator/allocatorsQuery.graphql index 2f378d5c..3cc1717f 100644 --- a/src/graphql/subgraph/allocator/allocatorsQuery.graphql +++ b/src/graphql/subgraph/allocator/allocatorsQuery.graphql @@ -6,6 +6,5 @@ query Allocators($address: Bytes!, $vaultAddress: String!) { } ) { assets - # totalEarnedAssets } }