We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4005fe4 commit 3c3009dCopy full SHA for 3c3009d
src/actions/challenge.js
@@ -436,7 +436,7 @@ export default createActions({
436
GET_MM_SUBMISSIONS_DONE: getMMSubmissionsDone,
437
GET_SUBMISSION_INFORMATION_INIT: getSubmissionInformationInit,
438
GET_SUBMISSION_INFORMATION_DONE: getSubmissionInformationDone,
439
- GET_CHALLENGE_STATISTICS_INIT: fetchChallengeStatisticsInit,
440
- GET_CHALLENGE_STATISTICS_DONE: fetchChallengeStatisticsDone,
+ FETCH_CHALLENGE_STATISTICS_INIT: fetchChallengeStatisticsInit,
+ FETCH_CHALLENGE_STATISTICS_DONE: fetchChallengeStatisticsDone,
441
},
442
});
0 commit comments