mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix format
This commit is contained in:
parent
1762c4f491
commit
b81e9ffd47
1 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ Server::setResource('execute', function () {
|
||||||
->submit();
|
->submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!empty($error)) {
|
if (!empty($error)) {
|
||||||
$projectId = $project->getId();
|
$projectId = $project->getId();
|
||||||
throw new Exception("Error in project #{$projectId}, function #{$functionId}: " . $error);
|
throw new Exception("Error in project #{$projectId}, function #{$functionId}: " . $error);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue