diff --git a/modules/reitit-core/src/reitit/core.cljc b/modules/reitit-core/src/reitit/core.cljc index b1416a01..1f09c664 100644 --- a/modules/reitit-core/src/reitit/core.cljc +++ b/modules/reitit-core/src/reitit/core.cljc @@ -80,6 +80,8 @@ ;; or memoized? Does it matter much? (str "?" (let [schema (-> match :data :parameters :query ;; FIXME: Why? + ;; Due the Malli schema merge? Needs + ;; coercion/-compile-model call first. first) coercion (-> match :data :coercion) coercer (when (and schema coercion)