fix.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
(vendors/get-all))
|
||||
(GET "/transactions/export" {:keys [query-params 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})]
|
||||
(map (fn [i]
|
||||
(-> i
|
||||
|
||||
Reference in New Issue
Block a user