Merge pull request #237 from eltociear/patch-2

Update download.js
This commit is contained in:
Eric Dubé
2024-04-05 13:32:05 -04:00
committed by GitHub

View File

@@ -123,7 +123,7 @@ const download = function(options){
}
resolve(item);
}, options.return_timeout ?? 500);
// Stop and clear the the cloud progress check interval
// Stop and clear the cloud progress check interval
clearInterval(progress_check_interval)
}
}, 200);
@@ -131,4 +131,4 @@ const download = function(options){
})
}
export default download;
export default download;