mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
adcom1: fix missing User.YOB type
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user