diff --git a/src/clj/auto_ap/background/requests.clj b/src/clj/auto_ap/background/requests.clj index dcbad6d0..7c7ba6a3 100644 --- a/src/clj/auto_ap/background/requests.clj +++ b/src/clj/auto_ap/background/requests.clj @@ -4,6 +4,7 @@ [config.core :refer [env]] [mount.core :as mount] [yang.scheduler :as scheduler] + [auto-ap.yodlee.core2 :as client2] [clojure.tools.logging :as log] [auto-ap.import.intuit :as i] [auto-ap.import.plaid :as p] @@ -40,6 +41,7 @@ (= ":yodlee2" body) (try + (client2/upsert-accounts) (y2/import-yodlee2) (catch Exception e (log/error e)))