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

Commit 238bb30

Browse files
committed
cherry pick only Specs Review changes
1 parent b716cd4 commit 238bb30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9267,10 +9267,6 @@ public void saveSoftwareCheckpointReviewWithRankAndFeedback(TCSubject tcSubject,
92679267
* @since 1.9.5
92689268
*/
92699269
private void addReviewAuction(SoftwareCompetition softwareCompetition) throws ReviewAuctionManagerException, ContestEligibilityPersistenceException {
9270-
if (isStudio(softwareCompetition)) {
9271-
return;
9272-
}
9273-
92749270
if (EXCLUDE_REVIEW_AUCTION_CATEGORIES.contains(
92759271
softwareCompetition.getProjectHeader().getProjectCategory().getId())) {
92769272
return;

0 commit comments

Comments
 (0)