1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

fix chunks

This commit is contained in:
Damodar Lohani 2021-11-30 14:25:21 +05:45
parent e1f45b5a2d
commit ce07c464f8

View file

@ -498,7 +498,7 @@ App::post('/v1/functions/:functionId/tags')
if(!$tag->isEmpty()) {
$chunks = $tag->getAttribute('chunksTotal', 1);
if($chunk == -1) {
$chunk = $chunks - 1;
$chunk = $chunks;
}
}