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
commit 487553a00c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ const download = function(options){
} }
resolve(item); resolve(item);
}, options.return_timeout ?? 500); }, 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) clearInterval(progress_check_interval)
} }
}, 200); }, 200);