Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 21, 2025
1 parent ea61818 commit d843cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/reitit-core/src/reitit/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d843cc9

Please sign in to comment.