This commit is contained in:
Bryce Covert
2019-10-10 20:17:42 -07:00
9 changed files with 75 additions and 6 deletions

View File

@@ -8,6 +8,11 @@
:where [?e :client/name]]
(d/db (d/connect uri)))
(map first)
(map (fn [c]
(update c :client/location-matches
(fn [lms]
(map #(assoc % :location-match/match (first (:location-match/matches %))) lms)))))
(map (fn [c]
(update c :client/bank-accounts
(fn [bas]