XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

fixup for 444c92f0c60d7bafc320b487105d610f0e1ff6af I forgot to save this file

636d3100
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified src/controllers/api/updateChallengeProgressController.ts +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) {