We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b59591d + 160c949 commit 1bb6a81Copy full SHA for 1bb6a81
backend/src/validations/schools.js
@@ -63,7 +63,7 @@ const putSchoolSchema = object({
63
closedDate: date().nullable(),
64
canIssueCertificates: boolean().nullable(),
65
canIssueTranscripts: boolean().nullable(),
66
- vendorSourceSystemCode: string().max(10),
+ vendorSourceSystemCode: string().max(10).nullable(),
67
contacts: array().of(schoolContactSchema),
68
addresses: array().of(schoolAddressSchema.shape({
69
schoolAddressId: string().nullable(),
0 commit comments