From ae4aada110e8b7446e798b43d81bd80ccf251339 Mon Sep 17 00:00:00 2001 From: Erin Eckerman <40923832+eckermania@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:26:14 -0800 Subject: [PATCH] Add missing comma --- backend/src/validations/eas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/validations/eas.js b/backend/src/validations/eas.js index 830c4117..8633d969 100644 --- a/backend/src/validations/eas.js +++ b/backend/src/validations/eas.js @@ -86,6 +86,6 @@ const postStudentAssessmentSchema = object({ module.exports = { putStudentAssessmentSchema, - fileUploadSchema + fileUploadSchema, postStudentAssessmentSchema };