Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent 8c1f249 commit 24d5480
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/routes/chongdiantou/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 24d5480

Please sign in to comment.