mirror of
https://github.com/metosin/reitit.git
synced 2025-12-22 18:41:10 +00:00
Merge pull request #412 from rschmukler/rschmukler/malli-fix
fix: coercion.malli use m/type
This commit is contained in:
commit
3a73ddab51
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
[{:in "body"
|
||||
:name (:title swagger-schema "body")
|
||||
:description (:description swagger-schema "")
|
||||
:required (not= :maybe (m/name schema))
|
||||
:required (not= :maybe (m/type schema))
|
||||
:schema swagger-schema}]))
|
||||
|
||||
(defmethod extract-parameter :default [in schema options]
|
||||
|
|
|
|||
Loading…
Reference in a new issue