Skip to content

Commit

Permalink
#609 Don't stringify data for responder
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 26, 2018
1 parent 25af749 commit 0bf59eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class CortexClient(val name: String, baseUrl: String, authentication: Option[Cor
message: String,
parameters: JsObject)(implicit ec: ExecutionContext): Future[JsValue] = {
val body = Json.obj(
"data" data.toString,
"data" data,
"dataType" dataType,
"tlp" tlp,
"pap" pap,
Expand Down

0 comments on commit 0bf59eb

Please sign in to comment.