Skip to content

Commit c21071d

Browse files
committed
hmm
1 parent 91507e2 commit c21071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/v1/post-acceptance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const postAcceptanceHandler: NextApiHandler = async (req, res) => {
2727
}
2828
};
2929

30-
const QuestionResponseSchemas = makeQuestionResponseSchemas(PostAcceptanceFormQuestions);
30+
const QuestionResponseSchemas = makeQuestionResponseSchemas(PostAcceptanceFormQuestions, true);
3131

3232
const postHandler: NextApiHandler = async (req, res) => {
3333
const confirmBy = await queryDate(SingletonType.ConfirmBy);

0 commit comments

Comments
 (0)