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

Commit 40d4464

Browse files
authored
Merge pull request #46 from topcoder-platform/qa-challenge-mapping
Qa challenge mapping
2 parents c7c181a + d9696f8 commit 40d4464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/conversionMappings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = {
135135
[V5_TYPE_IDS.TASK]: () => buildV4Data(V4_TRACKS.DEVELOP, V4_SUBTRACKS.FIRST_2_FINISH, true)
136136
},
137137
[V5_TRACK_IDS.QA]: {
138-
[V5_TYPE_IDS.CHALLENGE]: () => buildV4Data(V4_TRACKS.DEVELOP, V4_SUBTRACKS.TEST_SUITES, false),
138+
[V5_TYPE_IDS.CHALLENGE]: () => buildV4Data(V4_TRACKS.DEVELOP, V4_SUBTRACKS.BUG_HUNT, false),
139139
[V5_TYPE_IDS.FIRST_2_FINISH]: () => buildV4Data(V4_TRACKS.DEVELOP, V4_SUBTRACKS.FIRST_2_FINISH, false),
140140
[V5_TYPE_IDS.TASK]: () => buildV4Data(V4_TRACKS.DEVELOP, V4_SUBTRACKS.FIRST_2_FINISH, true)
141141
}

0 commit comments

Comments
 (0)