Skip to content

Commit 1e4d227

Browse files
change font
1 parent 6696c44 commit 1e4d227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/duck/quizDuck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ export const fetchVotes = (index, exerciseId) => async dispatch => {
8787
dispatch({ type: 'SET_VOTES', index, votes: response.data });
8888
};
8989

90-
9190
export const purgeQuiz = () => async dispatch => {
9291
dispatch({ type: 'PURGE_QUIZ' });
92+
};
9393

9494
export const postQuizResult = exercisesResult => async dispatch => {
9595
// TODO: Toast-popup should show up here

0 commit comments

Comments
 (0)