other tweak

This commit is contained in:
2024-04-26 20:20:11 -07:00
parent f125090485
commit 227acba4e2
2 changed files with 1 additions and 35 deletions

View File

@@ -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]