Skip to content

Commit

Permalink
Resumable upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 16, 2025
1 parent f6fc9ac commit f54b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lib/repositories/media_process_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ class MediaProcessRepo extends ChangeNotifier {
total: total,
);

updateUploadProcessProgress(
await updateUploadProcessProgress(
id: process.id,
chunk: chunk,
total: total,
Expand Down

0 comments on commit f54b014

Please sign in to comment.