fix(route): typo in JavDB (#8114)
This commit is contained in:
parent
00162ddaf0
commit
fa4c220444
|
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
ctx.cache.tryGet(item.link, async () => {
|
||||
const detailResponse = await got({
|
||||
method: 'get',
|
||||
F: item.link,
|
||||
url: item.link,
|
||||
});
|
||||
const content = cheerio.load(detailResponse.data);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue