mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
@@ -38,7 +38,7 @@ module.exports = async (ctx) => {
|
||||
.filter((item) => item.pull_request === undefined)
|
||||
.map((item) => ({
|
||||
title: item.title,
|
||||
description: md.render(item.body) || 'No description',
|
||||
description: item.body ? md.render(item.body) : 'No description',
|
||||
pubDate: new Date(item.created_at).toUTCString(),
|
||||
author: item.user.login,
|
||||
link: `${host}/${item.number}`,
|
||||
|
||||
Reference in New Issue
Block a user