mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update app/workers/builds.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
b014eda788
commit
e3737af3fe
1 changed files with 0 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ class BuildsV1 extends Worker
|
|||
$build->setAttribute('stderr', $th->getMessage());
|
||||
Console::error($th->getMessage());
|
||||
} finally {
|
||||
\var_dump($build);
|
||||
$build = $dbForProject->updateDocument('builds', $buildId, $build);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue