another attempt at making payments work.

This commit is contained in:
2024-02-08 23:15:41 -08:00
parent 90a6302beb
commit 6d342169d8
2 changed files with 2 additions and 2 deletions

View File

@@ -572,7 +572,7 @@
(assert-admin (:id context))
(map
->graphql
(first (d-checks/get-graphql (assoc (<-graphql (assoc (:filters args) :clients (:clients context))) :count Integer/MAX_VALUE)))))
(first (d-checks/get-graphql (assoc (<-graphql (assoc args :clients (:clients context))) :count Integer/MAX_VALUE)))))
(defn print-checks [context args _]
(assert-can-see-client (:id context) (:client_id args))