From eca32b3aad8439a311f571c7749f39738bc51dfe Mon Sep 17 00:00:00 2001 From: Joshua Pohl Date: Fri, 8 Dec 2023 12:06:07 -1000 Subject: [PATCH] refactor: remove unncessary let --- bin/async.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/async.js b/bin/async.js index d98d6e7..5253e09 100644 --- a/bin/async.js +++ b/bin/async.js @@ -151,7 +151,7 @@ const download = async (options) => { } }; -let downloadItemsAsync = async ({ +const downloadItemsAsync = async ({ addMp3MetadataFlag, archive, archiveUrl,