1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
This commit is contained in:
Damodar Lohani 2022-01-06 15:36:24 +05:45
parent 6a735ad232
commit f3bd94b26f

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()) {