adds location
This commit is contained in:
@@ -179,7 +179,6 @@
|
||||
(or (->> client
|
||||
:client/location-matches
|
||||
(mapcat (fn [{:keys [:location-match/location :location-match/matches]}]
|
||||
|
||||
(map (fn [match] [location match]) matches)))
|
||||
(filter (fn [[_ match]]
|
||||
(re-find (re-pattern (str "(?i)" match)) text)) )
|
||||
|
||||
Reference in New Issue
Block a user