Merge pull request #552 from frwdrik/patch-1

Remove redundant s/and
This commit is contained in:
Tommi Reiman 2023-01-21 10:43:26 +02:00 committed by GitHub
commit 22fb9810a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
(s/nilable (s/nilable
(s/cat :path ::path (s/cat :path ::path
:arg (s/? ::arg) :arg (s/? ::arg)
:childs (s/* (s/and (s/nilable ::raw-routes)))))) :childs (s/* (s/nilable ::raw-routes)))))
(s/def ::raw-routes (s/def ::raw-routes
(s/or :route ::raw-route (s/or :route ::raw-route