mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: use shorter syntax
This commit is contained in:
+1
-1
@@ -423,7 +423,7 @@ App::post('/v1/execution')
|
||||
$errNo = -1;
|
||||
$executorResponse = '';
|
||||
|
||||
$timeout = $timeout ?? (int) App::getEnv('_APP_FUNCTIONS_TIMEOUT', 900);
|
||||
$timeout ??= (int) App::getEnv('_APP_FUNCTIONS_TIMEOUT', 900);
|
||||
|
||||
$ch = \curl_init();
|
||||
$body = \json_encode([
|
||||
|
||||
Reference in New Issue
Block a user