mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-16 11:03:30 +01:00
parent
635211cd11
commit
71b22d2b0b
@ -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