Changed rollup logic to consider cash

This commit is contained in:
2021-04-27 20:41:08 -07:00
parent d20ef05eaa
commit ec236ae979
3 changed files with 7 additions and 7 deletions

View File

@@ -314,7 +314,8 @@
(try
(upsert-accounts-tx (:client/code client))
(catch Exception e
(log/error "Could not update client " (:client/code client)))))))
(log/error "Could not update client " (:client/code client)
e))))))
(async/to-chan (d-clients/get-all)))
(let [result (async/<!! (async/into [] output-chan))]
(log/info "Current yodlee state is " result)