diff --git a/bot.ts b/bot.ts index dc57f86..859ad2b 100644 --- a/bot.ts +++ b/bot.ts @@ -155,9 +155,7 @@ export const bot: ApplicationFunction = (app) => { let urlEntriesToRenameText = ''; const urlFilenameEntries = playlistLookupResults.filter( - ({ found, filename, url }) => { - found && filename === url; - } + ({ found, filename, url }) => found && filename === url ); if (urlFilenameEntries.length > 0) {