Skip to content

Commit

Permalink
LPD-27966 Return jsonObject value
Browse files Browse the repository at this point in the history
  • Loading branch information
brookedalton authored and brianchandotcom committed Jun 18, 2024
1 parent f3c04c8 commit 06fea17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ private <T extends BaseModel<T>> JSONObject _getWorkflowDataJSONObject(
"workflowTaskId", workflowTask.getWorkflowTaskId()
).buildString());

return String.valueOf(jsonObject);
return jsonObject;
}
).put(
"createDate", format.format(workflowTask.getCreateDate())
Expand Down

0 comments on commit 06fea17

Please sign in to comment.