This commit is contained in:
Abhinav 2022-08-31 14:13:14 +05:30
parent c704e9ed4b
commit 62f9e8f1f8

View file

@ -119,9 +119,9 @@ class UIService {
const cancelTimedOutRequest = () =>
cancel.exec(CustomError.REQUEST_TIMEOUT);
const cancelCancelledUploadRequest = () => {
const cancelCancelledUploadRequest = () =>
cancel.exec(CustomError.UPLOAD_CANCELLED);
};
let timeout = null;
const resetTimeout = () => {
if (timeout) {