mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
revert: unnecessary change added during merge.
This commit is contained in:
parent
45619e6093
commit
357b290e36
1 changed files with 0 additions and 2 deletions
|
|
@ -1087,7 +1087,6 @@ class Builds extends Action
|
|||
Query::equal('deploymentResourceType', ['function']),
|
||||
Query::equal('trigger', ['manual']),
|
||||
Query::equal('deploymentVcsProviderBranch', ['']),
|
||||
Query::equal("projectInternalId", [$project->getSequence()])
|
||||
];
|
||||
|
||||
$rulesUpdated = false;
|
||||
|
|
@ -1113,7 +1112,6 @@ class Builds extends Action
|
|||
Query::equal('deploymentResourceType', ['site']),
|
||||
Query::equal('trigger', ['manual']),
|
||||
Query::equal('deploymentVcsProviderBranch', ['']),
|
||||
Query::equal("projectInternalId", [$project->getSequence()])
|
||||
];
|
||||
|
||||
$dbForPlatform->forEach('rules', function (Document $rule) use ($dbForPlatform, $deployment) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue