diff --git a/lib/routes/github/issue.js b/lib/routes/github/issue.js index 4adfde4278..8f1bad1610 100644 --- a/lib/routes/github/issue.js +++ b/lib/routes/github/issue.js @@ -22,6 +22,7 @@ module.exports = async (ctx) => { const data = response.data; ctx.state.data = { + allowEmpty: true, title: `${user}/${repo} Issues`, link: host, item: data