fix(route): famitsu (#17153)

This commit is contained in:
Tony 2024-10-15 18:29:08 -07:00 committed by GitHub
parent 36b84b25bb
commit 37d2a80dee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ async function handler(ctx) {
},
});
const list = (data.pageProps.categoryArticleData as CategoryArticle[])
const list = (data.pageProps.categoryArticleDataForPc as CategoryArticle[])
.filter((item) => !item.advertiserName)
.map((item) => {
const publicationDate = item.publishedAt?.slice(0, 7).replace('-', '');