fi x
This commit is contained in:
@@ -1056,14 +1056,5 @@
|
|||||||
@(upsert c))
|
@(upsert c))
|
||||||
|
|
||||||
#_(filter (comp #{"OTHER"} :type) (mapcat :tenders z))
|
#_(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 []))
|
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user