From 0a78d41ecbefcaba0a2426fc6916142a1b9200ce Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:50:18 +0100 Subject: [PATCH] chore: remove endTime --- app/controllers/api/functions.php | 1 - 1 file changed, 1 deletion(-) 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 ]));