and made last export work correctly.
This commit is contained in:
@@ -58,11 +58,11 @@
|
|||||||
(let [[transactions] (d-transactions/get-graphql {:client-code (query-params "client-code")
|
(let [[transactions] (d-transactions/get-graphql {:client-code (query-params "client-code")
|
||||||
#_#_:original-id (Integer/parseInt (query-params "original"))
|
#_#_:original-id (Integer/parseInt (query-params "original"))
|
||||||
:limit Integer/MAX_VALUE})
|
:limit Integer/MAX_VALUE})
|
||||||
transactions (map <-graphql transactions)]
|
]
|
||||||
(map (fn [i]
|
(map (comp ->graphql (fn [i]
|
||||||
(-> i
|
(-> i
|
||||||
(update :transaction/date to-date)
|
(update :transaction/date to-date)
|
||||||
(update :transaction/post-date to-date)))
|
(update :transaction/post-date to-date))))
|
||||||
transactions))))
|
transactions))))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user