mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 10:58:25 +00:00
Update spec.cljc
Stray character
This commit is contained in:
parent
7033abc530
commit
43d6f52208
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
|||
(let [spec (wrap spec)
|
||||
spec-explain (fn [[p d _]]
|
||||
(when-let [problems (and spec (s/explain-data spec d))]
|
||||
(->Problem p nil d spec problems))) h
|
||||
(->Problem p nil d spec problems)))
|
||||
errors (into [] (keep spec-explain) routes)]
|
||||
(when (pos? (count errors)) errors)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue