style: auto format
This commit is contained in:
parent
6d9ab1fe9d
commit
f715d22f6c
|
|
@ -47,7 +47,7 @@ async function handler() {
|
|||
};
|
||||
});
|
||||
|
||||
const items:any[] = [];
|
||||
const items: any[] = [];
|
||||
for await (const item of asyncPool(3, list, (item) =>
|
||||
cache.tryGet(item.link, async () => {
|
||||
const detailResponse = await got(item.link);
|
||||
|
|
|
|||
Loading…
Reference in New Issue