makes it easy for bryce to trigger reload for all yodlee

This commit is contained in:
Bryce
2023-07-28 13:59:15 -07:00
parent 9c6c5d8f9e
commit bc57978ceb
3 changed files with 26 additions and 8 deletions

View File

@@ -645,7 +645,7 @@
_ (mu/log ::transacting-batch
:batch batch-id
:count (count batch))
tx-result @(dc/transact conn batch)]
tx-result @(dc/transact-async conn batch)]
(cond-> full-tx
(:tx-data full-tx) (update :tx-data #(into % (:tx-data tx-result)))