We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf22959 commit d4192a5Copy full SHA for d4192a5
rest/src/main/scala/io/udash/rest/raw/StreamedBody.scala
@@ -50,7 +50,7 @@ object StreamedBody extends StreamedBodyLowPrio {
50
charset: String = HttpBody.Utf8Charset,
51
customBatchSize: Opt[Int] = Opt.Empty,
52
) extends NonEmpty {
53
- val contentType: String = s"${HttpBody.JsonType};charset=$charset"
+ def contentType: String = s"${HttpBody.JsonType};charset=$charset"
54
}
55
56
/**
0 commit comments