返回提交历史
Modified
src/controllers/api/updateChallengeProgressController.ts
+1
-1
XFEstudio/SpaceNinjaServer
fixup for 444c92f0c60d7bafc320b487105d610f0e1ff6af I forgot to save this file
636d3100
代码差异
1 个文件
+1
-1
@@ -13,7 +13,7 @@ export const updateChallengeProgressController: RequestHandler = async (req, res
13
13
14
14
const inventory = await getInventory(
15
15
account._id.toString(),
16
"ChallengesFixVersion ChallengeProgress SeasonChallengeHistory Affiliations"
16
"ChallengesFixVersion ChallengeProgress SeasonChallengeHistory Affiliations CalendarProgress"
17
17
);
18
18
let affiliationMods: IAffiliationMods[] = [];
19
19
if (challenges.ChallengeProgress) {