diff --git a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj index b6deb0be4..3b3ad250a 100644 --- a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj +++ b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj @@ -430,7 +430,7 @@ (defn- extract-hystrix-collapser-options [meta-map] (let [key-map {:hystrix/collapser-key :collapser-key - :hystrix/shared-fn :shard-fn + :hystrix/shard-fn :shard-fn :hystrix/scope :scope :hystrix/cache-key-fn :cache-key-fn :hystrix/init-fn :init-fn }]