Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
eckermania authored Jan 6, 2025
1 parent f5f278c commit ae4aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/validations/eas.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ const postStudentAssessmentSchema = object({

module.exports = {
putStudentAssessmentSchema,
fileUploadSchema
fileUploadSchema,
postStudentAssessmentSchema
};

0 comments on commit ae4aada

Please sign in to comment.