diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index d43e91a0..df2b0a2d 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -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]}]