Skip to content

Commit

Permalink
Update zwgk.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
himingway authored Oct 14, 2024
1 parent d0be105 commit 8519239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/pudong/zwgk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function handler() {
return {
title: item.title,
link: item.url,
pubDate: parseDate(item.issue_date),
pubDate: parseDate(item.display_date),
description: fullArticle,
};
});
Expand Down

0 comments on commit 8519239

Please sign in to comment.