should fix.
This commit is contained in:
@@ -244,7 +244,7 @@
|
|||||||
(comp
|
(comp
|
||||||
(filter (fn [a]
|
(filter (fn [a]
|
||||||
(let [overriden-clients (set (map (comp :id :client) (:client-overrides a)))]
|
(let [overriden-clients (set (map (comp :id :client) (:client-overrides a)))]
|
||||||
(or (= :global (:applicability a))
|
(or (#{:global nil} (:applicability a))
|
||||||
(overriden-clients (str client-id))))))
|
(overriden-clients (str client-id))))))
|
||||||
(map (fn [a]
|
(map (fn [a]
|
||||||
(let [client->name (reduce
|
(let [client->name (reduce
|
||||||
|
|||||||
Reference in New Issue
Block a user