File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -377,8 +377,6 @@ Object {
377
377
" DEVELOP" : " Development" ,
378
378
" QA" : " Quality Assurance" ,
379
379
},
380
- <<<<<<< HEAD
381
- =======
382
380
" OLD_COMPETITION_TRACKS" : Object {
383
381
" DATA_SCIENCE" : " DATA_SCIENCE" ,
384
382
" DESIGN" : " DESIGN" ,
@@ -391,7 +389,6 @@ Object {
391
389
" TEST_SCENARIOS" : " TEST_SCENARIOS" ,
392
390
" TEST_SUITES" : " TEST_SUITES" ,
393
391
},
394
- >>>>>>> 978da83... Merge pull request #238 from topcoder - platform / issue - 4739 - hotfix
395
392
" REVIEW_OPPORTUNITY_TYPES" : Object {
396
393
" Contest Review" : " Review" ,
397
394
" Iterative Review" : " Iterative Review" ,
Original file line number Diff line number Diff line change @@ -10,14 +10,6 @@ import { getApi } from './api';
10
10
* Sync the fields of V3 and V5 for front-end to process successfully
11
11
* @param challenges - challenges to normalize
12
12
*/
13
- < << << << HEAD
14
- export function normalizeChallenges ( challenges ) {
15
- if ( challenges ) {
16
- _ . map ( challenges , ( ch ) => {
17
- const { challenge } = ch ;
18
- if ( challenge . technologies && challenge . technologies . includes ( 'Data Science' ) ) {
19
- challenge . track = 'DATA_SCIENCE' ;
20
- = === ===
21
13
export function normalizeChallenges ( opportunities ) {
22
14
if ( opportunities ) {
23
15
/* Issue#4739 : Temporary add track to review opportunities challenges
@@ -36,7 +28,6 @@ export function normalizeChallenges(opportunities) {
36
28
challenge . track = COMPETITION_TRACKS . QA ;
37
29
} else if ( challenge . track === OLD_COMPETITION_TRACKS . DESIGN ) {
38
30
challenge . track = COMPETITION_TRACKS . DESIGN ;
39
- > >>> >>> 978 da83 ... Merge pull request #238 from topcoder - platform / issue - 4739 - hotfix
40
31
}
41
32
return _ . defaults ( ch , { challenge } ) ;
42
33
} ) ;
You can’t perform that action at this time.
0 commit comments