|
@@ -66,7 +66,7 @@ class TaskDetailResource extends JsonResource
|
|
|
"review_by" => new UserProfileResource($this->reviewBy),
|
|
|
"review_at" => $this->review_at,
|
|
|
"created_by" => new UserProfileResource($this->createdBy),
|
|
|
- "custom_fields" => $this->custom_fields ? json_decode($this->custom_fields) : [],
|
|
|
+ "custom_fields" => $this->custom_fields,
|
|
|
"created_at" => (string)$this->created_at,
|
|
|
"updated_at" => (string)$this->updated_at,
|
|
|
"containers" => ContainerSimpleResource::collection($this->containers),
|