lots of progress
This commit is contained in:
@@ -767,6 +767,14 @@
|
||||
(dc/db conn)
|
||||
codes))))
|
||||
|
||||
(defn get-square-client-and-location [code]
|
||||
(let [[client] (get-square-clients code)]
|
||||
(some->> client
|
||||
:client/square-locations
|
||||
(filter :square-location/client-location)
|
||||
seq
|
||||
(conj [client]))))
|
||||
|
||||
(defn upsert-locations
|
||||
([]
|
||||
(apply de/zip
|
||||
|
||||
Reference in New Issue
Block a user