mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-10 05:24:28 +01:00
parent
635211cd11
commit
71b22d2b0b
@ -176,7 +176,8 @@ export function getPlayerProfileData(
|
|||||||
playerProfilePage.PlayerProfileXp.Seasons.reduce((data, season) => {
|
playerProfilePage.PlayerProfileXp.Seasons.reduce((data, season) => {
|
||||||
return data.concat(season.Locations)
|
return data.concat(season.Locations)
|
||||||
}, [] as PlayerProfileLocation[])
|
}, [] as PlayerProfileLocation[])
|
||||||
// @ts-ignore H2 does not use this
|
|
||||||
|
// @ts-expect-error H2 does not use this
|
||||||
delete playerProfilePage.PlayerProfileXp.Seasons
|
delete playerProfilePage.PlayerProfileXp.Seasons
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user