Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eckermania authored Jan 6, 2025
1 parent 2b18e52 commit f5f278c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/validations/eas.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const fileUploadSchema = object({
sessionID: string().nonNullable()
}).noUnknown(),
query: object().noUnknown(),
}).noUnknown();

const postStudentAssessmentSchema = object({
body: object({
Expand Down

0 comments on commit f5f278c

Please sign in to comment.