This commit is contained in:
2022-03-15 14:10:12 -07:00
parent ac2d6e2f77
commit e55e137ad1

View File

@@ -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)))