From 7de2ca1f2edc8987857eff5623dd135579024b6e Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 1 Feb 2022 11:22:34 -0800 Subject: [PATCH] should fix. --- src/clj/auto_ap/routes/exports.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/routes/exports.clj b/src/clj/auto_ap/routes/exports.clj index baa19da5..8e1d3bf4 100644 --- a/src/clj/auto_ap/routes/exports.clj +++ b/src/clj/auto_ap/routes/exports.clj @@ -244,7 +244,7 @@ (comp (filter (fn [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)))))) (map (fn [a] (let [client->name (reduce