From 636d3100f3cdd1b6d8a1b8148e0a4fc6a9dffa32 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:34:47 +0200 Subject: [PATCH] fixup for 444c92f0c60d7bafc320b487105d610f0e1ff6af I forgot to save this file --- src/controllers/api/updateChallengeProgressController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/updateChallengeProgressController.ts b/src/controllers/api/updateChallengeProgressController.ts index 9b7292e6..68ae6c55 100644 --- a/src/controllers/api/updateChallengeProgressController.ts +++ b/src/controllers/api/updateChallengeProgressController.ts @@ -13,7 +13,7 @@ export const updateChallengeProgressController: RequestHandler = async (req, res const inventory = await getInventory( account._id.toString(), - "ChallengesFixVersion ChallengeProgress SeasonChallengeHistory Affiliations" + "ChallengesFixVersion ChallengeProgress SeasonChallengeHistory Affiliations CalendarProgress" ); let affiliationMods: IAffiliationMods[] = []; if (challenges.ChallengeProgress) {