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