diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index f0e75d3b9d..068fc1c836 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -1538,7 +1538,6 @@ App::patch('/v1/functions/:functionId/deployments/:deploymentId/build') 'source' => $deployment->getAttribute('path', ''), 'sourceType' => '', 'logs' => '', - 'endTime' => DateTime::now(), 'duration' => 0, 'size' => 0 ]));