mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
fix: coercion.malli use m/type
Renames `m/name` to `m/type` per the breaking change introduced in malli 4880734d554511f16fee9c1d28a9d340c8b632c1.
This commit is contained in:
parent
2ff255eb89
commit
962ffc6fb5
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