mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
chore: rollback got
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const unified = require('unified');
|
||||
const parse = require('remark-parse');
|
||||
const got = require('got');
|
||||
|
||||
// @TODO maybe we could use label or some other better ways to distinguish bug/feature issues
|
||||
const matchTitle = ['路由地址', 'Routes'];
|
||||
@@ -43,8 +44,6 @@ async function parseBodyRoutes(body, core) {
|
||||
}
|
||||
|
||||
async function getMaintainersByRoutes(routes, core) {
|
||||
const got = await import('got');
|
||||
|
||||
// TODO: change me when https://github.com/actions/github-script is run on node20
|
||||
// const response = await fetch(maintainerURL);
|
||||
// const maintainers = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user