mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: reneame create-tag endpoint
This commit is contained in:
@@ -554,7 +554,7 @@ App::post('/v1/functions/:functionId/deployments')
|
||||
|
||||
if ((bool) $deploy) {
|
||||
// Remove deploy for all other deployments.
|
||||
$deployments = $dbForProject->find('tags', [
|
||||
$deployments = $dbForProject->find('deployments', [
|
||||
new Query('deploy', Query::TYPE_EQUAL, [true]),
|
||||
new Query('functionId', Query::TYPE_EQUAL, [$functionId])
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user