getting rid of pprint.

This commit is contained in:
Bryce Covert
2019-04-03 14:26:04 -07:00
parent a50239974b
commit de3cf583cb

View File

@@ -31,7 +31,7 @@
[:client [:name :id :code :locations]]]]]
invoices (graphql/query identity (venia/graphql-query {:venia/queries (->graphql query)}))]
(doto (list (:all-invoices (:data invoices))) clojure.pprint/pprint)))
(list (:all-invoices (:data invoices)))))
(GET "/payments/export" {:keys [query-params identity]}
(assert-admin identity)
(let [query [[:all_payments