This commit is contained in:
Damodar Lohani
2022-01-06 15:36:24 +05:45
parent 6a735ad232
commit f3bd94b26f
+1 -1
View File
@@ -550,7 +550,7 @@ App::post('/v1/functions/:functionId/tags')
'search' => implode(' ', [$tagId, $command]),
]));
} else {
$tag = $dbForProject->updateDocument('tags', $tagId, $tag->setAttribute('size', $size));
$tag = $dbForProject->updateDocument('tags', $tagId, $tag->setAttribute('size', $fileSize));
}
} else {
if($tag->isEmpty()) {