This commit is contained in:
2018-04-08 12:59:36 +02:00
parent 33636dad8e
commit 9d1890d8f7
9 changed files with 44 additions and 40 deletions

View File

@ -31,7 +31,7 @@ func main() {
user.Accounts.Facebook.ID = ""
user.Accounts.Google.ID = ""
user.AgeRange = arn.UserAgeRange{}
user.Location = arn.Location{}
user.Location = &arn.Location{}
user.PushSubscriptions().Items = []*arn.PushSubscription{}
user.PushSubscriptions().Save()