Remove todo comments

This commit is contained in:
Juho Teperi 2025-01-28 15:12:46 +02:00
parent 7e9116f77e
commit dfc5a4ef67
2 changed files with 0 additions and 2 deletions

View file

@ -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))

View file

@ -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))