minor fixes

This commit is contained in:
Bryce Covert
2021-01-06 19:12:53 -08:00
parent 1d05d8abd0
commit f281b7f2f8
2 changed files with 2 additions and 0 deletions

View File

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

View File

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