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

Commit 18f9ca3

Browse files
committed
merge changes from master
2 parents d6a2184 + 6155628 commit 18f9ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/appirio/service/challengefeeder/manager/ChallengeDetailFeederManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public void pushChallengeFeeder(ChallengeFeederParam param) throws SupplyExcepti
158158
introduction += "\n" + round2Introduction;
159159
}
160160
}
161+
161162
challenge.setIntroduction(introduction);
162163
} else if ("DEVELOP_MARATHON_MATCH".equalsIgnoreCase(challenge.getSubTrack()) || "MARATHON_MATCH".equalsIgnoreCase(challenge.getSubTrack())) {
163164
if (challenge.getMarathonMatchDetailRequirements() != null) {

0 commit comments

Comments
 (0)