Skip to content

Commit df86b86

Browse files
authored
Merge pull request #2200 from bcgov/feature/courseSessionConfirmation
feature/courseSessionConfirmation
2 parents a1f4bdd + fa9ce55 commit df86b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/validations/sdc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const postSchoolFileCollectionSchema = object({
422422

423423
const postResolveDuplicateSchema = object({
424424
body: object({
425-
students: array().of(baseSdcSchoolStudent),
425+
students: array().of(baseStudentWithEnrolledProgram),
426426
duplicate: object() //Marked as object to support dynamic naming
427427
}).concat(baseRequestSchema),
428428
params: object({

0 commit comments

Comments
 (0)