From dbb3cd7902e723cc44d5087affe92034cb1dcfe4 Mon Sep 17 00:00:00 2001 From: Harvey Qiu Date: Sun, 6 Sep 2020 03:48:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20/sse/disclosure/=20pubDate=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20(#5588)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/sse/disclosure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/sse/disclosure.js b/lib/routes/sse/disclosure.js index b5816f656..2b74cae51 100644 --- a/lib/routes/sse/disclosure.js +++ b/lib/routes/sse/disclosure.js @@ -20,7 +20,7 @@ module.exports = async (ctx) => { const single = { title: item.TITLE, description: `${host}${item.URL}`, - pubDate: new Date(item.SSEDate).toUTCString(), + pubDate: new Date(item.SSEDATE).toUTCString(), link: `${host}${item.URL}`, }; return single;