style: auto format

This commit is contained in:
GitHub Action
2021-09-24 03:40:58 +00:00
parent f5fb3aee8e
commit 5d36524c8c

View File

@@ -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}`,
}));