diff --git a/lib/routes/udn/breaking-news.ts b/lib/routes/udn/breaking-news.ts index d57d52ea8468c..8653402d03415 100644 --- a/lib/routes/udn/breaking-news.ts +++ b/lib/routes/udn/breaking-news.ts @@ -87,11 +87,11 @@ async function handler(ctx) { if (data.publisher.name === '轉角國際 udn Global') { // 轉角24小時 - description += $('.story_body_content') + description = $('.story_body_content') .html() .split(//g) .slice(1, -1) - .join(','); + .join(''); } return {