other tweak
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
{:id id
|
||||
:name name
|
||||
:last-updated (c/to-date-time (-> metadata :LastUpdatedTime))
|
||||
:current-balance current-balance}))))
|
||||
:current-balance (try (double current-balance) (catch Exception _ nil))}))))
|
||||
|
||||
|
||||
(defn get-all-transactions [start end]
|
||||
|
||||
Reference in New Issue
Block a user