Update download.js

minor fix
This commit is contained in:
Ikko Eltociear Ashimine
2024-04-06 00:22:22 +09:00
committed by GitHub
parent e2236d43fd
commit 26e9822344

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;