From 70d03904f737700d46a0273e469d576a6d6066a2 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 25 Feb 2025 23:45:51 -0800 Subject: [PATCH] fi x --- src/clj/auto_ap/square/core3.clj | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/clj/auto_ap/square/core3.clj b/src/clj/auto_ap/square/core3.clj index a6c3adc3..38ac6246 100644 --- a/src/clj/auto_ap/square/core3.clj +++ b/src/clj/auto_ap/square/core3.clj @@ -1056,14 +1056,5 @@ @(upsert c)) #_(filter (comp #{"OTHER"} :type) (mapcat :tenders z)) -#_(->> (apply get-square-clients []) - (s/->source) - (s/filter (fn [client] - (seq (filter :square-location/client-location (:client/square-locations client))))) - (s/map (fn [client] - (upsert client #clj-time/date-time "2025-02-12" - #clj-time/date-time "2025-02-"))) - (s/buffer 5) - (s/realize-each) - (s/reduce conj [])) + ) \ No newline at end of file