From 90a6302beb47d3dbc305fec0a84597ad3880164c Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 8 Feb 2024 22:32:44 -0800 Subject: [PATCH] trying to make loading work. --- src/clj/auto_ap/graphql/checks.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj/auto_ap/graphql/checks.clj b/src/clj/auto_ap/graphql/checks.clj index c3612b36..54579b44 100644 --- a/src/clj/auto_ap/graphql/checks.clj +++ b/src/clj/auto_ap/graphql/checks.clj @@ -572,8 +572,7 @@ (assert-admin (:id context)) (map ->graphql - (first (d-checks/get-graphql (assoc (<-graphql (assoc args :clients (:clients context))) :count Integer/MAX_VALUE))))) - + (first (d-checks/get-graphql (assoc (<-graphql (assoc (:filters args) :clients (:clients context))) :count Integer/MAX_VALUE))))) (defn print-checks [context args _] (assert-can-see-client (:id context) (:client_id args))