We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4593412 commit 30e8258Copy full SHA for 30e8258
frontend/src/reducers/questionReducer.ts
@@ -58,7 +58,7 @@ enum QuestionActionTypes {
58
59
type QuestionActions = {
60
type: QuestionActionTypes;
61
- payload: QuestionList | QuestionDetail | QuestionDetail | string[] | string;
+ payload: QuestionList | QuestionDetail | string[] | string;
62
};
63
64
type QuestionsState = {
0 commit comments