mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
fix: allow empty for github feed (#4174)
This commit is contained in:
@@ -28,6 +28,7 @@ module.exports = async (ctx) => {
|
||||
const data = response.data;
|
||||
|
||||
ctx.state.data = {
|
||||
allowEmpty: true,
|
||||
title: `${user}/${repo} Pull requests`,
|
||||
link: host,
|
||||
item: data.map((item) => ({
|
||||
|
||||
Reference in New Issue
Block a user