mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Rename req.env to req.variables in runtime container
This commit is contained in:
+1
-1
@@ -503,7 +503,7 @@ App::post('/v1/execution')
|
||||
|
||||
$ch = \curl_init();
|
||||
$body = \json_encode([
|
||||
'env' => $vars,
|
||||
'variables' => $vars,
|
||||
'payload' => $data,
|
||||
'timeout' => $timeout
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user