Skip to content

Commit e9648eb

Browse files
committed
Remove TODO comment
The default value of 1 is intentional.
1 parent 8167477 commit e9648eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/XMLParser/XMLParserHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const makeAssessmentOverview = (result: any, maxXpVal: number): AssessmentOvervi
8585
story: rawOverview.story,
8686
xp: 0,
8787
gradingStatus: 'none' as GradingStatuses,
88-
maxTeamSize: 1 // TODO: This is temporarily hardcoded to 1.
88+
maxTeamSize: 1
8989
};
9090
};
9191

0 commit comments

Comments
 (0)