simple/remove-deprecated-code
This commit is contained in:
1 parent
888be5a9d2
commit
493092bde0
1 file changed
-1
@@ -33,7 +33,6 @@ type Student struct {
|
|||||||
Province string `json:"province"`
|
Province string `json:"province"`
|
||||||
Postal string `json:"postal"`
|
Postal string `json:"postal"`
|
||||||
DOB string `json:"dob" validate:"required"`
|
DOB string `json:"dob" validate:"required"`
|
||||||
Photo string `json:"photo"`
|
|
||||||
Contacts []string `json:"contacts"` // List of contact ID's rather than contact object
|
Contacts []string `json:"contacts"` // List of contact ID's rather than contact object
|
||||||
} `json:"personaldata"`
|
} `json:"personaldata"`
|
||||||
SchoolData struct {
|
SchoolData struct {
|
||||||
|
|||||||
Reference in new issue
Block a user