formatting fix

This commit is contained in:
Matej Bačo 2026-01-09 11:25:47 +01:00
parent 2a9f9f6851
commit aebbe91c34
2 changed files with 2 additions and 2 deletions

View file

@ -932,7 +932,7 @@ class Builds extends Action
if ($isVcsEnabled) {
$this->runGitAction('ready', $github, $providerCommitHash, $owner, $repositoryName, $project, $resource, $deployment->getId(), $dbForProject, $dbForPlatform, $queueForRealtime, $platform);
}
/** Screenshot site */
if ($resource->getCollection() === 'sites') {
$queueForScreenshots

View file

@ -258,7 +258,7 @@ class Screenshots extends Action
$date = \date('H:i:s');
$this->appendToLogs($dbForProject, $deployment->getId(), $queueForRealtime, "[$date] [appwrite] Screenshot capturing failed. Deployment will continue. \n");
throw $th;
}
}