From de3cf583cb5d5b62c99a820f53e2a9661ba24079 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 3 Apr 2019 14:26:04 -0700 Subject: [PATCH] getting rid of pprint. --- src/clj/auto_ap/routes/exports.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/routes/exports.clj b/src/clj/auto_ap/routes/exports.clj index fde51090..cf21f8a4 100644 --- a/src/clj/auto_ap/routes/exports.clj +++ b/src/clj/auto_ap/routes/exports.clj @@ -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