Skip to content

Commit 37d2a80

Browse files
authored
fix(route): famitsu (#17153)
1 parent 36b84b2 commit 37d2a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/famitsu/category.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function handler(ctx) {
106106
},
107107
});
108108

109-
const list = (data.pageProps.categoryArticleData as CategoryArticle[])
109+
const list = (data.pageProps.categoryArticleDataForPc as CategoryArticle[])
110110
.filter((item) => !item.advertiserName)
111111
.map((item) => {
112112
const publicationDate = item.publishedAt?.slice(0, 7).replace('-', '');

0 commit comments

Comments
 (0)