Skip to content

Commit 743cc33

Browse files
committed
fix param name
1 parent a4e665f commit 743cc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web/src/sdk.ts.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ class {{ spec.title | caseUcfirst }} {
576576
onProgress({
577577
$id: response.$id,
578578
progress: Math.min((counter + 1) * {{ spec.title | caseUcfirst }}.CHUNK_SIZE - 1, size) / size * 100,
579-
sizeUpploaded: end,
579+
sizeUploaded: end,
580580
chunksTotal: response.chunksTotal,
581581
chunksUploaded: response.chunksUploaded
582582
});

0 commit comments

Comments
 (0)