This commit is contained in:
Juho Teperi 2025-01-21 14:59:26 +02:00
parent 25dd0abcaf
commit 1819fa5d75

View file

@ -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)