removed wait upload state

This commit is contained in:
Abhinav-grd 2021-07-23 17:53:48 +05:30
parent 9e748ef78e
commit e383fecefa
2 changed files with 0 additions and 2 deletions

View file

@ -123,7 +123,6 @@ export enum UPLOAD_STAGES {
READING_GOOGLE_METADATA_FILES,
UPLOADING,
FINISH,
WAIT,
}
class UploadService {

View file

@ -90,7 +90,6 @@ const englishConstants = {
1: 'reading google metadata files',
2: (fileCounter) => `${fileCounter.finished} / ${fileCounter.total} files backed up`,
3: 'backup complete!',
4: 'waiting for sync to complete',
},
UPLOADING_FILES: 'file upload',
FAILED_UPLOAD_FILE_LIST: 'upload failed for following files',