mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +08:00
chore: bump got from 9.x to 10.x (#3875)
This commit is contained in:
@@ -13,8 +13,7 @@ module.exports = async (ctx) => {
|
||||
headers: {
|
||||
Referer: pageUrl,
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
json: {
|
||||
id: paramId,
|
||||
},
|
||||
});
|
||||
@@ -27,8 +26,7 @@ module.exports = async (ctx) => {
|
||||
headers: {
|
||||
Referer: pageUrl,
|
||||
},
|
||||
json: true,
|
||||
data: {
|
||||
json: {
|
||||
size: 5,
|
||||
type: type,
|
||||
id: paramId,
|
||||
|
||||
Reference in New Issue
Block a user