@@ -111,6 +111,8 @@ Object {
111111 " getSubtrackChallengesInit" : [Function ],
112112 " getUserMarathonDone" : [Function ],
113113 " getUserMarathonInit" : [Function ],
114+ " getUserResourcesDone" : [Function ],
115+ " getUserResourcesInit" : [Function ],
114116 " getUserSrmDone" : [Function ],
115117 " getUserSrmInit" : [Function ],
116118 },
@@ -223,9 +225,9 @@ Object {
223225 " setEndDate" : [Function ],
224226 " setReviewOpportunityType" : [Function ],
225227 " setStartDate" : [Function ],
226- " setSubtracks" : [Function ],
227228 " setTags" : [Function ],
228229 " setText" : [Function ],
230+ " setTypes" : [Function ],
229231 },
230232 },
231233 " errors" : Object {
@@ -303,7 +305,6 @@ Object {
303305 " default" : undefined ,
304306 " getService" : [Function ],
305307 " normalizeChallenge" : [Function ],
306- " normalizeChallengeDetails" : [Function ],
307308 },
308309 " communities" : Object {
309310 " default" : undefined ,
@@ -340,6 +341,7 @@ Object {
340341 " reviewOpportunities" : Object {
341342 " default" : undefined ,
342343 " getReviewOpportunitiesService" : [Function ],
344+ " normalizeChallenges" : [Function ],
343345 },
344346 " submissions" : Object {
345347 " default" : undefined ,
@@ -370,9 +372,10 @@ Object {
370372 },
371373 " tc" : Object {
372374 " COMPETITION_TRACKS" : Object {
373- " DATA_SCIENCE" : " data_science" ,
374- " DESIGN" : " design" ,
375- " DEVELOP" : " develop" ,
375+ " DATA_SCIENCE" : " Data Science" ,
376+ " DESIGN" : " Design" ,
377+ " DEVELOP" : " Development" ,
378+ " QA" : " Quality Assurance" ,
376379 },
377380 " REVIEW_OPPORTUNITY_TYPES" : Object {
378381 " Contest Review" : " Review" ,
0 commit comments