From 24154cc3a2f25c299e7043ba150d83cc9418dc3f Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 12 Jun 2025 19:22:03 -0700 Subject: [PATCH] Remove useless people query for assets Signed-off-by: Sacha Al Himdani --- apps/console2/src/hooks/graph/AssetGraph.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/console2/src/hooks/graph/AssetGraph.ts b/apps/console2/src/hooks/graph/AssetGraph.ts index 11dd4fa2d..47db9896d 100644 --- a/apps/console2/src/hooks/graph/AssetGraph.ts +++ b/apps/console2/src/hooks/graph/AssetGraph.ts @@ -36,14 +36,6 @@ export const assetsQuery = graphql` } } } - peoples(first: 100) { - edges { - node { - id - fullName - } - } - } } } }