Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6fcbce3

Browse files
author
Dushyant Bhalgami
committed
allow multiple submissions for challenge type of Marathon Match
1 parent 5059ad6 commit 6fcbce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/contest_service_facade/src/java/main/com/topcoder/service/facade/contest/ejb/ContestServiceFacadeBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ private boolean isStudio(SoftwareCompetition contest) {
32383238
* @return true if yes
32393239
* @since 3.14
32403240
*/
3241-
private boolean isMMConetst(SoftwareCompetition contest) {
3241+
private boolean isMMContest(SoftwareCompetition contest) {
32423242
return contest.getProjectHeader().getProjectCategory().getId() == ProjectCategory.MARATHON_MATCH.getId();
32433243
}
32443244

0 commit comments

Comments
 (0)