1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-02-10 05:24:28 +01:00

chore: fix tests

This commit is contained in:
AnthonyFuller 2024-09-12 15:58:17 +01:00
parent 7dde9f120d
commit 699d96f41c

View File

@ -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
}