Skip to content

Commit

Permalink
Remove todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 28, 2025
1 parent 7e9116f commit dfc5a4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/reitit-schema/src/reitit/coercion/schema.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
1 change: 0 additions & 1 deletion modules/reitit-spec/src/reitit/coercion/spec.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit dfc5a4e

Please sign in to comment.