forked from OpenWF/SpaceNinjaServer
fixup for 444c92f0c60d7bafc320b487105d610f0e1ff6af
I forgot to save this file
This commit is contained in:
parent
444c92f0c6
commit
636d3100f3
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user