From 71b22d2b0bb4c500ffeeeeedfdd0cd1857ad9f9f Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:58:17 +0100 Subject: [PATCH] chore: fix tests (cherry picked from commit 699d96f41c707582a4557307c0b96ab247f05530) --- components/menus/playerProfile.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/menus/playerProfile.ts b/components/menus/playerProfile.ts index cf1ab5fb..5bca67ea 100644 --- a/components/menus/playerProfile.ts +++ b/components/menus/playerProfile.ts @@ -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 }