From 26e98223442d7b2755161641f8763b6fc438b100 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 6 Apr 2024 00:22:22 +0900 Subject: [PATCH] Update download.js minor fix --- src/helpers/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;