diff --git a/lib/v2/rsshub/transform/html.js b/lib/v2/rsshub/transform/html.js index c4155789e..01e63ea96 100644 --- a/lib/v2/rsshub/transform/html.js +++ b/lib/v2/rsshub/transform/html.js @@ -67,7 +67,7 @@ module.exports = async (ctx) => { title, link, description: desc, - pubDate + pubDate, }; } catch (e) { return null;