mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11: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)
|
(if (coerce-response? schema)
|
||||||
(coercion/-request-coercer this :response schema)))
|
(coercion/-request-coercer this :response schema)))
|
||||||
(-query-string-coercer [this schema]
|
(-query-string-coercer [this schema]
|
||||||
;; TODO: Can this be implemented?
|
|
||||||
nil)))
|
nil)))
|
||||||
|
|
||||||
(def coercion (create default-options))
|
(def coercion (create default-options))
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,6 @@
|
||||||
(if (coerce-response? spec)
|
(if (coerce-response? spec)
|
||||||
(coercion/-request-coercer this :response spec)))
|
(coercion/-request-coercer this :response spec)))
|
||||||
(-query-string-coercer [this spec]
|
(-query-string-coercer [this spec]
|
||||||
;; TODO: Can this be implemented?
|
|
||||||
nil)))
|
nil)))
|
||||||
|
|
||||||
(def coercion (create default-options))
|
(def coercion (create default-options))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue