Skip to content

Commit 30e8258

Browse files
committed
Remove extra QuestionDetail type and
1 parent 4593412 commit 30e8258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/reducers/questionReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ enum QuestionActionTypes {
5858

5959
type QuestionActions = {
6060
type: QuestionActionTypes;
61-
payload: QuestionList | QuestionDetail | QuestionDetail | string[] | string;
61+
payload: QuestionList | QuestionDetail | string[] | string;
6262
};
6363

6464
type QuestionsState = {

0 commit comments

Comments
 (0)