mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
fix: allow empty for github feed (#4174)
This commit is contained in:
@@ -46,6 +46,7 @@ module.exports = async (ctx) => {
|
||||
const data = response.data.data.user.starredRepositories.edges;
|
||||
|
||||
ctx.state.data = {
|
||||
allowEmpty: true,
|
||||
title: `${user}’s starred repositories`,
|
||||
link: host,
|
||||
description: `${user}’s starred repositories`,
|
||||
|
||||
Reference in New Issue
Block a user