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;