From b4c4a1fc45f2008fee7eae8452f1c5ae3753b3ce Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 6 Dec 2021 18:19:25 -0800 Subject: [PATCH] typo. --- 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 38bc70ff..0ff22732 100644 --- a/src/clj/auto_ap/square/core.clj +++ b/src/clj/auto_ap/square/core.clj @@ -224,7 +224,7 @@ (filter (fn [order] (and (not= "Koala" (:name (:source order))) - (not= "Koala-production" (:name (:source order)))))) + (not= "koala-production" (:name (:source order)))))) (map #(order->sales-order client (get-in env [:square-config client :location]) %))))) #_(daily-results)