Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Sep 12, 2024
1 parent 7dde9f1 commit 699d96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/menus/playerProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ export function getPlayerProfileData(
playerProfilePage.PlayerProfileXp.Seasons.reduce((data, season) => {
return data.concat(season.Locations)
}, [] as PlayerProfileLocation[])
// @ts-ignore H2 does not use this

// @ts-expect-error H2 does not use this
delete playerProfilePage.PlayerProfileXp.Seasons
}

Expand Down

0 comments on commit 699d96f

Please sign in to comment.