mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
Remove redundant malli.core/walk call
This commit is contained in:
parent
37fc06b081
commit
d2bc642ac6
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue