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:
Ryan Schmukler 2020-06-11 10:20:50 -04:00
parent 2ff255eb89
commit 962ffc6fb5
No known key found for this signature in database
GPG key ID: C3885D9E99C59E4D

View file

@ -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]