mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Linter fix
This commit is contained in:
parent
70fbf69c56
commit
34ab21730d
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ class Builds extends Action
|
|||
/** Update the status */
|
||||
$deployment->setAttribute('status', 'ready');
|
||||
$deployment = $dbForProject->updateDocument('deployments', $deploymentId, $deployment);
|
||||
|
||||
|
||||
if ($deployment->getInternalId() === $resource->getAttribute('latestDeploymentInternalId', '')) {
|
||||
$resource = $resource->setAttribute('latestDeploymentStatus', $deployment->getAttribute('status', ''));
|
||||
$dbForProject->updateDocument($resource->getCollection(), $resource->getId(), $resource);
|
||||
|
|
|
|||
Loading…
Reference in a new issue