diff --git a/src/helpers/download.js b/src/helpers/download.js index 85e808d2..3429b664 100644 --- a/src/helpers/download.js +++ b/src/helpers/download.js @@ -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; \ No newline at end of file +export default download;