adding more debuggingv.

This commit is contained in:
Bryce Covert
2018-07-30 18:03:40 -07:00
parent 49373bb9aa
commit b5e4d86f50

View File

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