style: auto format

This commit is contained in:
github-actions[bot] 2025-01-06 16:36:50 +00:00
parent 6d9ab1fe9d
commit f715d22f6c
1 changed files with 1 additions and 1 deletions

View File

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