mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-10 05:24:28 +01:00
chore: fix tests
This commit is contained in:
parent
7dde9f120d
commit
699d96f41c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user