Skip to content

Commit 3c3009d

Browse files
Fix export action
1 parent 4005fe4 commit 3c3009d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/actions/challenge.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ export default createActions({
436436
GET_MM_SUBMISSIONS_DONE: getMMSubmissionsDone,
437437
GET_SUBMISSION_INFORMATION_INIT: getSubmissionInformationInit,
438438
GET_SUBMISSION_INFORMATION_DONE: getSubmissionInformationDone,
439-
GET_CHALLENGE_STATISTICS_INIT: fetchChallengeStatisticsInit,
440-
GET_CHALLENGE_STATISTICS_DONE: fetchChallengeStatisticsDone,
439+
FETCH_CHALLENGE_STATISTICS_INIT: fetchChallengeStatisticsInit,
440+
FETCH_CHALLENGE_STATISTICS_DONE: fetchChallengeStatisticsDone,
441441
},
442442
});

0 commit comments

Comments
 (0)