fix: /sse/disclosure/ pubDate错误 (#5588)
This commit is contained in:
parent
e4bd753bcb
commit
dbb3cd7902
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue