We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bdbc2f + 06be3e2 commit 3896ca0Copy full SHA for 3896ca0
1 file changed
src/compojure/response.clj
@@ -39,7 +39,7 @@
39
(render [body _]
40
(-> (response/response body)
41
(response/content-type "text/html; charset=utf-8")))
42
- clojure.lang.APersistentMap
+ clojure.lang.IPersistentMap
43
(render [resp-map _]
44
(merge (with-meta (response/response "") (meta resp-map))
45
resp-map))
0 commit comments