From 45b7df76eee6e0d62b094d50c394e4219762e621 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 25 Sep 2020 06:42:53 -0700 Subject: [PATCH] better way of keeping transactions up to date --- src/clj/auto_ap/yodlee/import.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index 48bc772f..20756381 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -15,7 +15,8 @@ [clojure.string :as str] [unilog.context :as lc] [clojure.tools.logging :as log] - [clj-time.core :as t])) + [clj-time.core :as t] + [mount.core :as mount])) (defn rough-match [client-id bank-account-id amount]