mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/functions.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
@@ -589,7 +589,7 @@ App::post('/v1/functions/:functionId/deployments')
|
||||
'path' => $path,
|
||||
'size' => $fileSize,
|
||||
'search' => implode(' ', [$deploymentId, $entrypoint]),
|
||||
'activate' => ((bool) $activate === true),
|
||||
'activate' => $activate,
|
||||
'metadata' => $metadata,
|
||||
]));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user