From f281b7f2f887b27efcf64e8e0021bfb24baa209c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 6 Jan 2021 19:12:53 -0800 Subject: [PATCH] minor fixes --- src/clj/auto_ap/routes/yodlee2.clj | 1 + src/clj/auto_ap/yodlee/import.clj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/clj/auto_ap/routes/yodlee2.clj b/src/clj/auto_ap/routes/yodlee2.clj index cfca1513..543eb212 100644 --- a/src/clj/auto_ap/routes/yodlee2.clj +++ b/src/clj/auto_ap/routes/yodlee2.clj @@ -51,6 +51,7 @@ {:keys [id]} :route-params :as request} (assert-admin identity) + (log/info "refreshing " edn-params) (try (yodlee/refresh-provider-account (-> (:client-id edn-params) Long/parseLong diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index 26f652fd..0c02db08 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -9,6 +9,7 @@ [auto-ap.time :as time] [auto-ap.utils :refer [by dollars=]] [auto-ap.yodlee.core :as client] + [auto-ap.yodlee.core2 :as client2] [clj-time.coerce :as coerce] [clj-time.core :as t] [clojure.string :as str]