diff --git a/src/redux/actions.ts b/src/redux/actions.ts index 54d5c44..24ef771 100644 --- a/src/redux/actions.ts +++ b/src/redux/actions.ts @@ -165,6 +165,7 @@ export function convertAndUpload(files: File[], format: string) { let j = 0; while (j < converted.length) { yield await converted[j]; + delete converted[j]; j++; } };