adcom1: fix missing User.YOB type

This commit is contained in:
Max Cherry
2018-12-26 11:50:31 +02:00
parent 5784fd25db
commit 77222095be
+1 -1
View File
@@ -30,7 +30,7 @@ type User struct {
// integer
// Definition:
// Year of birth as a 4-digit integer.
YOB integer `json:"yob,omitempty"`
YOB int `json:"yob,omitempty"` // TODO: make smaller int? int16 should cover it.
// Attribute:
// gender