Skip to content

Commit 53aab9a

Browse files
committed
Add missing location parameter
1 parent 78329e9 commit 53aab9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cider/nrepl/middleware/content_type.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
(with-open [bos (ByteArrayOutputStream.)]
109109
(ImageIO/write ^Image value "png" ^OutputStream bos)
110110
(merge response
111-
(slurp-reply ["image/png" {}] (.toByteArray bos))))
111+
(slurp-reply "" ["image/png" {}] (.toByteArray bos))))
112112

113113
:else response))
114114

0 commit comments

Comments
 (0)