simple/remove-deprecated-code

This commit is contained in:
SowinskiBraeden committed 2022-02-14 12:59:29 -08:00
1 parent 888be5a9d2
commit 493092bde0
1 file changed
-1
-1
View File
@@ -33,7 +33,6 @@ type Student struct {
Province string `json:"province"`
Postal string `json:"postal"`
DOB string `json:"dob" validate:"required"`
Photo string `json:"photo"`
Contacts []string `json:"contacts"` // List of contact ID's rather than contact object
} `json:"personaldata"`
SchoolData struct {