style: auto format

This commit is contained in:
github-actions[bot] 2024-06-06 15:51:56 +00:00
parent e4782dcaab
commit 49045052ed
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const handler = async (ctx) => {
items = await Promise.all(
items.map((item) =>
cache.tryGet(item.link, async () => {
if (item.link.indexOf('www.beijingprice.cn') === -1) {
if (!item.link.includes('www.beijingprice.cn')) {
return item;
}