1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

feat: update comment

This commit is contained in:
Christy Jacob 2022-02-06 13:15:52 +04:00
parent 1b0a02e20d
commit a96c6c84ee

View file

@ -849,7 +849,7 @@ App::post('/v1/functions/:functionId/executions')
$response->dynamic($execution, Response::MODEL_EXECUTION);
}
/** Send variables */
/** Environment variables */
$vars = \array_merge($function->getAttribute('vars', []), [
'APPWRITE_FUNCTION_ID' => $function->getId(),
'APPWRITE_FUNCTION_NAME' => $function->getAttribute('name', ''),