From 3c6695ac55e255bf1a6afcb758af2acac53d98f7 Mon Sep 17 00:00:00 2001 From: Laam Pui Date: Fri, 20 Nov 2020 06:40:55 +0800 Subject: [PATCH] fix: wrong attribute name (#6191) --- lib/routes/huxiu/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/huxiu/utils.js b/lib/routes/huxiu/utils.js index f6256b413..42ba16f7f 100644 --- a/lib/routes/huxiu/utils.js +++ b/lib/routes/huxiu/utils.js @@ -43,7 +43,7 @@ const ProcessFeed = async (list, cache) => { let description = ''; if ('video_info' in __INITIAL_STATE__.articleDetail.articleDetail) { - description += ``; + description += ``; } if ($('.top-img').html() !== null) { description += $('.top-img').html();