Skip to content

Commit d4192a5

Browse files
committed
Switch to def in io.udash.rest.raw.StreamedBody.JsonList#contentType
1 parent bf22959 commit d4192a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/src/main/scala/io/udash/rest/raw/StreamedBody.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object StreamedBody extends StreamedBodyLowPrio {
5050
charset: String = HttpBody.Utf8Charset,
5151
customBatchSize: Opt[Int] = Opt.Empty,
5252
) extends NonEmpty {
53-
val contentType: String = s"${HttpBody.JsonType};charset=$charset"
53+
def contentType: String = s"${HttpBody.JsonType};charset=$charset"
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)