Skip to content

Commit

Permalink
Merge pull request #1408 from crimeminister/bugfix/fix-clojure-key-name
Browse files Browse the repository at this point in the history
Fix typo in collapser options keyword name (from shared-fn to shard-fn)
  • Loading branch information
mattrjacobs authored Oct 31, 2016
2 parents b0f5152 + 0c7c6ae commit 7b3d2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }]
Expand Down

0 comments on commit 7b3d2ce

Please sign in to comment.