Improve comment

This commit is contained in:
Neeraj Gupta 2023-07-02 10:50:30 +05:30
parent d0954bc354
commit 31f66f799d

View file

@ -711,7 +711,7 @@ class FileUploader {
if (userDetails == null) {
return;
}
// add 5MB to the free storage
// add k20MBStorageBuffer to the free storage
final num freeStorage = userDetails.getFreeStorage() + k20MBStorageBuffer;
final num fileSize = await fileToBeUploaded.length();
if (fileSize > freeStorage) {