1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

feat: update comment

This commit is contained in:
Christy Jacob 2022-02-06 13:19:11 +04:00
parent ae073f5369
commit a9c1b96de5

View file

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