mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: remove endTime
This commit is contained in:
parent
7559c9af68
commit
0a78d41ecb
1 changed files with 0 additions and 1 deletions
|
|
@ -1538,7 +1538,6 @@ App::patch('/v1/functions/:functionId/deployments/:deploymentId/build')
|
||||||
'source' => $deployment->getAttribute('path', ''),
|
'source' => $deployment->getAttribute('path', ''),
|
||||||
'sourceType' => '',
|
'sourceType' => '',
|
||||||
'logs' => '',
|
'logs' => '',
|
||||||
'endTime' => DateTime::now(),
|
|
||||||
'duration' => 0,
|
'duration' => 0,
|
||||||
'size' => 0
|
'size' => 0
|
||||||
]));
|
]));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue