From 1819fa5d754c77acc761826914fb58e84448376c Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 21 Jan 2025 14:59:26 +0200 Subject: [PATCH] Note --- modules/reitit-core/src/reitit/core.cljc | 2 ++ 1 file changed, 2 insertions(+) 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)