mirror of
https://github.com/metosin/reitit.git
synced 2025-12-23 02: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"
|
[{:in "body"
|
||||||
:name (:title swagger-schema "body")
|
:name (:title swagger-schema "body")
|
||||||
:description (:description swagger-schema "")
|
:description (:description swagger-schema "")
|
||||||
:required (not= :maybe (m/name schema))
|
:required (not= :maybe (m/type schema))
|
||||||
:schema swagger-schema}]))
|
:schema swagger-schema}]))
|
||||||
|
|
||||||
(defmethod extract-parameter :default [in schema options]
|
(defmethod extract-parameter :default [in schema options]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue