mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
fix: 允许github issue列表为空 (#3222)
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = async (ctx) => {
|
|||||||
const data = response.data;
|
const data = response.data;
|
||||||
|
|
||||||
ctx.state.data = {
|
ctx.state.data = {
|
||||||
|
allowEmpty: true,
|
||||||
title: `${user}/${repo} Issues`,
|
title: `${user}/${repo} Issues`,
|
||||||
link: host,
|
link: host,
|
||||||
item: data
|
item: data
|
||||||
|
|||||||
Reference in New Issue
Block a user