We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b84b2 commit 37d2a80Copy full SHA for 37d2a80
lib/routes/famitsu/category.ts
@@ -106,7 +106,7 @@ async function handler(ctx) {
106
},
107
});
108
109
- const list = (data.pageProps.categoryArticleData as CategoryArticle[])
+ const list = (data.pageProps.categoryArticleDataForPc as CategoryArticle[])
110
.filter((item) => !item.advertiserName)
111
.map((item) => {
112
const publicationDate = item.publishedAt?.slice(0, 7).replace('-', '');
0 commit comments