Skip to content

Commit c982d64

Browse files
authored
fix(route/famitsu): add support for new renderJSON cases (#20749)
1 parent 16be16e commit c982d64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/routes/famitsu/category.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function renderJSON(c) {
7777
case 'ITEMIZATION':
7878
case 'ITEMIZATION_NUM':
7979
case 'NOLINK':
80+
case 'PBOX':
8081
case 'STRING':
8182
case 'TWITTER':
8283
case 'YOUTUBE':
@@ -85,6 +86,7 @@ function renderJSON(c) {
8586
case 'BUTTON_ANDROID':
8687
case 'BUTTON_EC':
8788
case 'BUTTON_IOS':
89+
case 'BUTTON_QUESTION':
8890
case 'BUTTON_TAB':
8991
case 'LINK':
9092
case 'LINK_TAB':

0 commit comments

Comments
 (0)