From d3f83c24664ad29b8e802264812183cf79638385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 18 Sep 2023 12:41:25 +0200 Subject: [PATCH] Linter fix --- app/workers/builds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/builds.php b/app/workers/builds.php index 52d8d1a4fa..fb71dadcf5 100644 --- a/app/workers/builds.php +++ b/app/workers/builds.php @@ -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([