Skip to content

Commit d843cc9

Browse files
committed
Note
1 parent ea61818 commit d843cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/reitit-core/src/reitit/core.cljc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
;; or memoized? Does it matter much?
8181
(str "?" (let [schema (-> match :data :parameters :query
8282
;; FIXME: Why?
83+
;; Due the Malli schema merge? Needs
84+
;; coercion/-compile-model call first.
8385
first)
8486
coercion (-> match :data :coercion)
8587
coercer (when (and schema coercion)

0 commit comments

Comments
 (0)