Remove redundant malli.core/walk call

This commit is contained in:
tjalkane 2020-08-05 22:05:52 +03:00
parent 37fc06b081
commit d2bc642ac6

View file

@ -22,10 +22,6 @@
[:map {:registry {::age [:and int? [:> 18]]}} [:map {:registry {::age [:and int? [:> 18]]}}
[:age ::age]]) [:age ::age]])
(malli.core/walk
(malli.core/schema sample-request)
(malli.core/schema-walker identity))
(defn handle [request] (defn handle [request]
(prn (:parameters request)) (prn (:parameters request))
{:status 200 {:status 200