From 88ba64f60ffae44dface132213b50e724a5fb681 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 16 May 2022 17:08:27 -0700 Subject: [PATCH] other performance fix. --- src/clj/auto_ap/square/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/square/core.clj b/src/clj/auto_ap/square/core.clj index 137961fd..1cb465fa 100644 --- a/src/clj/auto_ap/square/core.clj +++ b/src/clj/auto_ap/square/core.clj @@ -372,7 +372,7 @@ ([client ] (doseq [square-location (:client/square-locations client) :when (:square-location/client-location square-location)] - (upsert client square-location nil))) + (upsert client square-location (atime/unparse-local (time/now) atime/iso-date)))) ([client location d] (lc/with-context {:source "Square loading"} (try