Updated installation instructions
This commit is contained in:
@ -10,7 +10,6 @@ func main() {
|
||||
defer arn.Node.Close()
|
||||
|
||||
arn.DB.Clear("EmailToUser")
|
||||
arn.DB.Clear("GoogleToUser")
|
||||
|
||||
// Iterate over the stream
|
||||
count := 0
|
||||
@ -30,6 +29,9 @@ func main() {
|
||||
user.AgeRange = arn.UserAgeRange{}
|
||||
user.Location = arn.UserLocation{}
|
||||
|
||||
user.PushSubscriptions().Items = []*arn.PushSubscription{}
|
||||
user.PushSubscriptions().Save()
|
||||
|
||||
// Save in DB
|
||||
user.Save()
|
||||
}
|
||||
|
Reference in New Issue
Block a user