Skip to content

Commit c2d357f

Browse files
authored
fix(route/4gamers): handle InsertOneAdsSection (#22071)
1 parent 63e2641 commit c2d357f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/routes/4gamers/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const parseItem = async (item) => {
3939
.map((section) => {
4040
switch (section['@type']) {
4141
case 'ContentAdsSection':
42+
case 'InsertOneAdsSection':
4243
case 'ScrollerAdsSection':
4344
case 'textScrollerAdsSection':
4445
return '';

0 commit comments

Comments
 (0)