mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
feat: lacking config tips, close #2695
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = async (ctx) => {
|
||||
url,
|
||||
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