mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 15:21:59 +08:00
fix: allow empty for github feed (#4174)
This commit is contained in:
@@ -38,6 +38,7 @@ module.exports = async (ctx) => {
|
||||
const data = response.data.data.repository.stargazers.edges.reverse();
|
||||
|
||||
ctx.state.data = {
|
||||
allowEmpty: true,
|
||||
title: `${user}/${repo}’s stargazers`,
|
||||
link: host,
|
||||
item: data.map((follower) => ({
|
||||
|
||||
Reference in New Issue
Block a user