From 351e46ad6bf3ec27841879d17a4259406ebe2f89 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 8 Feb 2024 13:26:55 -0500 Subject: [PATCH] - Progress check Signed-off-by: Dave Richer --- client/src/utils/graphQLmodifier.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/utils/graphQLmodifier.js b/client/src/utils/graphQLmodifier.js index 2e7924e25..2041d61ce 100644 --- a/client/src/utils/graphQLmodifier.js +++ b/client/src/utils/graphQLmodifier.js @@ -148,8 +148,6 @@ function getGraphQLKind(value) { // Extend with more types as needed } - - /** * Wrap filters in an 'and' object * @param ast