Skip to content

Commit

Permalink
Merge pull request #852 from mattrjacobs/merge-fix-851
Browse files Browse the repository at this point in the history
Merge fix 851
  • Loading branch information
mattrjacobs committed Aug 6, 2015
2 parents 84e523f + 18fde94 commit 932cb53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
(list (first body))
(map first body))
m (if-not (contains? m :arglists)
(assoc m :arglists `(quote ~params))
(assoc m :arglists ('quote `(~params)))
m)]
`(let [meta-options# (#'com.netflix.hystrix.core/extract-hystrix-command-options ~m)
run-fn# (fn ~name ~@body)
Expand Down

0 comments on commit 932cb53

Please sign in to comment.