Fixing export bugs with bad queries, improving performance.

This commit is contained in:
Bryce Covert
2020-04-26 08:20:07 -07:00
parent d799fc469d
commit b89b4a86c5
6 changed files with 54 additions and 47 deletions

View File

@@ -784,7 +784,7 @@
(assert-admin (:id context))
(map
->graphql
(d-checks/get-graphql (assoc (<-graphql args) :count Integer/MAX_VALUE))))
(first (d-checks/get-graphql (assoc (<-graphql args) :count Integer/MAX_VALUE)))))
(defn get-user [context args value]