mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Note
This commit is contained in:
parent
25dd0abcaf
commit
1819fa5d75
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@
|
||||||
;; or memoized? Does it matter much?
|
;; or memoized? Does it matter much?
|
||||||
(str "?" (let [schema (-> match :data :parameters :query
|
(str "?" (let [schema (-> match :data :parameters :query
|
||||||
;; FIXME: Why?
|
;; FIXME: Why?
|
||||||
|
;; Due the Malli schema merge? Needs
|
||||||
|
;; coercion/-compile-model call first.
|
||||||
first)
|
first)
|
||||||
coercion (-> match :data :coercion)
|
coercion (-> match :data :coercion)
|
||||||
coercer (when (and schema coercion)
|
coercer (when (and schema coercion)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue