step
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
[config.core :refer [env]]
|
[config.core :refer [env]]
|
||||||
[mount.core :as mount]
|
[mount.core :as mount]
|
||||||
[yang.scheduler :as scheduler]
|
[yang.scheduler :as scheduler]
|
||||||
|
[auto-ap.yodlee.core2 :as client2]
|
||||||
[clojure.tools.logging :as log]
|
[clojure.tools.logging :as log]
|
||||||
[auto-ap.import.intuit :as i]
|
[auto-ap.import.intuit :as i]
|
||||||
[auto-ap.import.plaid :as p]
|
[auto-ap.import.plaid :as p]
|
||||||
@@ -40,6 +41,7 @@
|
|||||||
|
|
||||||
(= ":yodlee2" body)
|
(= ":yodlee2" body)
|
||||||
(try
|
(try
|
||||||
|
(client2/upsert-accounts)
|
||||||
(y2/import-yodlee2)
|
(y2/import-yodlee2)
|
||||||
(catch Exception e
|
(catch Exception e
|
||||||
(log/error e)))
|
(log/error e)))
|
||||||
|
|||||||
Reference in New Issue
Block a user