1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13: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]), 'search' => implode(' ', [$tagId, $command]),
])); ]));
} else { } else {
$tag = $dbForProject->updateDocument('tags', $tagId, $tag->setAttribute('size', $size)); $tag = $dbForProject->updateDocument('tags', $tagId, $tag->setAttribute('size', $fileSize));
} }
} else { } else {
if($tag->isEmpty()) { if($tag->isEmpty()) {