mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-08 05:59:00 +08:00
feat: lacking config tips, close #2695
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = async (ctx) => {
|
||||
url: `https://api.github.com/users/${user}/repos`,
|
||||
params: {
|
||||
sort: 'created',
|
||||
access_token: config.github.access_token,
|
||||
access_token: config.github && config.github.access_token,
|
||||
},
|
||||
});
|
||||
const data = response.data;
|
||||
|
||||
Reference in New Issue
Block a user