Skip to content

Commit f31c7d4

Browse files
authored
Merge pull request #23 from topcoder-platform/pm-2456
fix(PM-2456): Update challenge skipped shouldOpenOpportunity property in reviewers
2 parents 36385c9 + b8862ab commit f31c7d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ workflows:
103103
- feature/top-262-projectid-non-mandatory
104104
- TOP-2364
105105
- PM-2097
106+
- pm-2456
106107

107108
- "build-qa":
108109
context: org-global

src/services/ChallengeService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,7 @@ function sanitizeChallenge(challenge) {
32273227
"fixedAmount",
32283228
"baseCoefficient",
32293229
"incrementalCoefficient",
3230+
"shouldOpenOpportunity",
32303231
"type",
32313232
"aiWorkflowId",
32323233
])

0 commit comments

Comments
 (0)