fix.
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
(vendors/get-all))
|
(vendors/get-all))
|
||||||
(GET "/transactions/export" {:keys [query-params identity]}
|
(GET "/transactions/export" {:keys [query-params identity]}
|
||||||
(assert-admin identity)
|
(assert-admin identity)
|
||||||
(let [transactions (transactions/get-graphql {:company-id (query-params "company")
|
(let [transactions (transactions/get-graphql {:company-id (Integer/parseInt (query-params "company"))
|
||||||
:limit Integer/MAX_VALUE})]
|
:limit Integer/MAX_VALUE})]
|
||||||
(map (fn [i]
|
(map (fn [i]
|
||||||
(-> i
|
(-> i
|
||||||
|
|||||||
Reference in New Issue
Block a user