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