diff --git a/src/clj/auto_ap/routes/exports.clj b/src/clj/auto_ap/routes/exports.clj index 942f7603..4c251ed8 100644 --- a/src/clj/auto_ap/routes/exports.clj +++ b/src/clj/auto_ap/routes/exports.clj @@ -56,7 +56,7 @@ (vendors/get-all)) (GET "/transactions/export" {:keys [query-params identity]} (assert-admin identity) - (let [transactions (transactions/get-graphql {:company (query-params "company") + (let [transactions (transactions/get-graphql {:company-id (query-params "company") :limit Integer/MAX_VALUE})] (map (fn [i] (-> i