From 4b1a1038083c64df842784f473ab549ff9ccd025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:43:36 +0000 Subject: [PATCH] style: auto format --- lib/v2/rsshub/transform/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;