mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Linter fix
This commit is contained in:
parent
dc1d9fa635
commit
d3f83c2466
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class BuildsV1 extends Worker
|
|||
$isNewBuild = empty($buildId);
|
||||
|
||||
$deviceFunctions = $this->getFunctionsDevice($project->getId());
|
||||
|
||||
|
||||
if ($isNewBuild) {
|
||||
$buildId = ID::unique();
|
||||
$build = $dbForProject->createDocument('builds', new Document([
|
||||
|
|
|
|||
Loading…
Reference in a new issue