merge same action cases

This commit is contained in:
Abhinav 2022-09-01 20:55:05 +05:30
parent da6626f514
commit f97215742f

View file

@ -440,9 +440,6 @@ class UploadManager {
case UPLOAD_RESULT.ALREADY_UPLOADED:
case UPLOAD_RESULT.UNSUPPORTED:
case UPLOAD_RESULT.TOO_LARGE:
case UPLOAD_RESULT.LARGER_THAN_AVAILABLE_STORAGE:
// no-op
break;
case UPLOAD_RESULT.CANCELLED:
// no-op
break;