more debugging info.

This commit is contained in:
Bryce Covert
2018-07-30 17:58:24 -07:00
parent 83ba0e4db0
commit 49373bb9aa
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@
(defn do-import []
(let [transactions (client/get-transactions)
_ (println "ALL Transactions:" transactions)
all-bank-accounts (mapcat (fn [c] (map
(fn [{:keys [id yodlee-account-id]}]
(when (and id yodlee-account-id)