mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Remove todo comments
This commit is contained in:
parent
7e9116f77e
commit
dfc5a4ef67
2 changed files with 0 additions and 2 deletions
|
|
@ -103,7 +103,6 @@
|
|||
(if (coerce-response? schema)
|
||||
(coercion/-request-coercer this :response schema)))
|
||||
(-query-string-coercer [this schema]
|
||||
;; TODO: Can this be implemented?
|
||||
nil)))
|
||||
|
||||
(def coercion (create default-options))
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@
|
|||
(if (coerce-response? spec)
|
||||
(coercion/-request-coercer this :response spec)))
|
||||
(-query-string-coercer [this spec]
|
||||
;; TODO: Can this be implemented?
|
||||
nil)))
|
||||
|
||||
(def coercion (create default-options))
|
||||
|
|
|
|||
Loading…
Reference in a new issue