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

Commit 6eb5ed2

Browse files
codeMinterDushyant Bhalgami
authored and
Dushyant Bhalgami
committed
Add support for Specs Review for Design challenges
1 parent 4d42073 commit 6eb5ed2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9660,9 +9660,6 @@ public void saveSoftwareCheckpointReviewWithRankAndFeedback(TCSubject tcSubject,
96609660
*/
96619661
private void addReviewAuction(SoftwareCompetition softwareCompetition)
96629662
throws ReviewAuctionManagerException, ContestEligibilityPersistenceException {
9663-
if (isStudio(softwareCompetition)) {
9664-
return;
9665-
}
96669663

96679664
if (EXCLUDE_REVIEW_AUCTION_CATEGORIES
96689665
.contains(softwareCompetition.getProjectHeader().getProjectCategory().getId())) {

0 commit comments

Comments
 (0)