add line break

This commit is contained in:
Abhinav 2023-04-11 10:42:47 +05:30
parent dff5efd0bb
commit 9df83205b3

View file

@ -17,6 +17,7 @@ import uploadCancelService from './uploadCancelService';
const REQUEST_TIMEOUT_TIME = 30 * 1000; // 30 sec;
class UIService {
private progressUpdater: ProgressUpdater;
// UPLOAD LEVEL STATES
private uploadStage: UPLOAD_STAGES = UPLOAD_STAGES.START;
private filenames: Map<number, string> = new Map();