There was an error while loading. Please reload this page.
1 parent ea61818 commit d843cc9Copy full SHA for d843cc9
1 file changed
modules/reitit-core/src/reitit/core.cljc
@@ -80,6 +80,8 @@
80
;; or memoized? Does it matter much?
81
(str "?" (let [schema (-> match :data :parameters :query
82
;; FIXME: Why?
83
+ ;; Due the Malli schema merge? Needs
84
+ ;; coercion/-compile-model call first.
85
first)
86
coercion (-> match :data :coercion)
87
coercer (when (and schema coercion)
0 commit comments