diff --git a/routes/ft/utils.js b/routes/ft/utils.js index 3ce2a73b3..e12aff409 100644 --- a/routes/ft/utils.js +++ b/routes/ft/utils.js @@ -40,7 +40,7 @@ const getData = async ({ site = 'www', channel }) => { let feed; if (channel) { - let channel = channel.toLowerCase(); + channel = channel.toLowerCase(); channel = channel.split('-').join('/'); try {