We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91507e2 commit c21071dCopy full SHA for c21071d
pages/api/v1/post-acceptance.ts
@@ -27,7 +27,7 @@ const postAcceptanceHandler: NextApiHandler = async (req, res) => {
27
}
28
};
29
30
-const QuestionResponseSchemas = makeQuestionResponseSchemas(PostAcceptanceFormQuestions);
+const QuestionResponseSchemas = makeQuestionResponseSchemas(PostAcceptanceFormQuestions, true);
31
32
const postHandler: NextApiHandler = async (req, res) => {
33
const confirmBy = await queryDate(SingletonType.ConfirmBy);
0 commit comments