diff --git a/src/Appwrite/Platform/Modules/Functions/Http/Deployments/Status/Update.php b/src/Appwrite/Platform/Modules/Functions/Http/Deployments/Status/Update.php index ff8aa189d8..d02fccef28 100644 --- a/src/Appwrite/Platform/Modules/Functions/Http/Deployments/Status/Update.php +++ b/src/Appwrite/Platform/Modules/Functions/Http/Deployments/Status/Update.php @@ -133,7 +133,7 @@ class Update extends Action $executor->deleteRuntime($project->getId(), $deploymentId . "-build"); } } catch (\Throwable) { - // Best-effort cleanup — deployment status is already 'canceled'. + // Best-effort cleanup — deployment status is already 'canceled' } $queueForEvents