style: auto format

This commit is contained in:
github-actions[bot] 2025-01-01 06:46:48 +00:00
parent 8c1f249372
commit 24d548074e
1 changed files with 6 additions and 6 deletions

View File

@ -24,12 +24,12 @@ async function handler() {
let items = [];
items = response.data.map((item) => ({
title: item.title,
link: item.link,
image: item.cover,
pubDate: new Date(item.time),
category: item.cat.name,
}));
title: item.title,
link: item.link,
image: item.cover,
pubDate: new Date(item.time),
category: item.cat.name,
}));
items = await Promise.all(
items.map(