Merge pull request #412 from rschmukler/rschmukler/malli-fix

fix: coercion.malli use m/type
This commit is contained in:
Tommi Reiman 2020-06-11 20:14:55 +03:00 committed by GitHub
commit 3a73ddab51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]