We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e10b73 commit 18fde94Copy full SHA for 18fde94
hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj
@@ -413,7 +413,7 @@
413
(list (first body))
414
(map first body))
415
m (if-not (contains? m :arglists)
416
- (assoc m :arglists (list 'quote `(~params)))
+ (assoc m :arglists ('quote `(~params)))
417
m)]
418
`(let [meta-options# (#'com.netflix.hystrix.core/extract-hystrix-command-options ~m)
419
run-fn# (fn ~name ~@body)
0 commit comments