mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
style: auto format
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = async (ctx) => {
|
||||
author: '有線新聞',
|
||||
category: item.group_name,
|
||||
description: desc(item, option),
|
||||
pubDate: timezone(new Date(`${item.created_at}`), +8),
|
||||
pubDate: timezone(new Date(String(item.created_at)), +8),
|
||||
guid: item.id,
|
||||
link: `http://cablenews.i-cable.com/ci/news/article/37/${item.id}`,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user