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.
2 parents 58d6ec0 + bbdd819 commit b5c43e6Copy full SHA for b5c43e6
src/inc/apiv2/helper/taskExtraDetails.routes.php
@@ -80,6 +80,7 @@ public function handleGet(Request $request, Response $response): Response {
80
"estimatedTime" => $estimatedTime,
81
"timeSpent" => $timeSpent,
82
"currentSpeed" => $currentSpeed,
83
+ "cprogress" => $cProgress,
84
];
85
86
return self::getMetaResponse($responseObject, $request, $response);
0 commit comments