diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 5aba5813..4a0cf5c3 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -372,7 +372,7 @@ const getSeasonChallengePools = (syndicateTag: string): IRotatingSeasonChallenge hardWeekly: syndicate.weeklyChallenges!.filter(x => x.startsWith("/Lotus/Types/Challenges/Seasons/WeeklyHard/") ), - hasWeeklyPermanent: !!syndicate.weeklyChallenges!.find(x => + hasWeeklyPermanent: syndicate.weeklyChallenges!.some(x => x.startsWith("/Lotus/Types/Challenges/Seasons/Weekly/SeasonWeeklyPermanent") ) };