From 613d62b60df12d8be06321567391f74147e486ed Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 23 May 2023 10:26:17 -0700 Subject: [PATCH] fixes build --- src/clj/auto_ap/import/yodlee2.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/import/yodlee2.clj b/src/clj/auto_ap/import/yodlee2.clj index b2db10c4..e14f8393 100644 --- a/src/clj/auto_ap/import/yodlee2.clj +++ b/src/clj/auto_ap/import/yodlee2.clj @@ -1,6 +1,6 @@ (ns auto-ap.import.yodlee2 (:require - [auto-ap.datomic :refer [conn]] + [auto-ap.datomic :refer [conn random-tempid]] [auto-ap.import.common :refer [wrap-integration]] [auto-ap.import.transactions :as t] [auto-ap.time :as atime]