fix(route): typo in JavDB (#8114)

This commit is contained in:
Ethan Shen 2021-09-09 16:39:47 +08:00 committed by GitHub
parent 00162ddaf0
commit fa4c220444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);