1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

chore: remove endTime

This commit is contained in:
loks0n 2024-06-12 13:50:18 +01:00
parent 7559c9af68
commit 0a78d41ecb

View file

@ -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
]));