Skip to content

Commit

Permalink
refactor: remove unncessary let
Browse files Browse the repository at this point in the history
  • Loading branch information
lightpohl committed Dec 8, 2023
1 parent 3819008 commit eca32b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const download = async (options) => {
}
};

let downloadItemsAsync = async ({
const downloadItemsAsync = async ({
addMp3MetadataFlag,
archive,
archiveUrl,
Expand Down

0 comments on commit eca32b3

Please sign in to comment.