style: auto format

This commit is contained in:
github-actions[bot]
2022-04-13 10:11:44 +00:00
parent 56ccda8f72
commit 472e0d8f19
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = {
const list = $('li', 'ul').slice(0, 3).get();
const result_item = await Promise.all(
list.map((item) =>
list.map((item) =>
ctx.cache.tryGet(`https://www.dapenti.com/blog/${$(item).find('a').attr('href')}`, async () => {
const el = $(item);
const url = `https://www.dapenti.com/blog/${el.find('a').attr('href')}`;