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