From e9879168854750c2dbbfdf1fedb57ea442756ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=89=E5=87=89?= Date: Thu, 1 Nov 2018 21:17:16 +0800 Subject: [PATCH] =?UTF-8?q?Hotfix:=20=E4=BF=AE=E5=A4=8D=20ft=20=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=BD=91=E6=8A=A5=E9=94=99=20(#1037)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/ft/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {