From dae1cb4a9b773fd3973cedf3bafdb621f729f5da Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 26 Sep 2022 15:58:24 -0700 Subject: [PATCH] fix --- src/clj/user.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/user.clj b/src/clj/user.clj index bb595735..f66623f3 100644 --- a/src/clj/user.clj +++ b/src/clj/user.clj @@ -501,7 +501,7 @@ (t/today) (t/days 1))] (println d) - (square/upsert client square-location d (t/plus d t/days 1)))) + (square/upsert client square-location (c/to-date-time d) (c/to-date-time (t/plus d (t/days 1)))))) (println "refunds") (square/upsert-refunds client square-location)