fix(route): famitsu (#17153)
This commit is contained in:
parent
36b84b25bb
commit
37d2a80dee
|
|
@ -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('-', '');
|
||||
|
|
|
|||
Loading…
Reference in New Issue