Removed old patches

This commit is contained in:
2017-11-01 20:11:05 +01:00
parent e70dc0daed
commit cf00461feb
28 changed files with 57 additions and 403 deletions

View File

@ -23,10 +23,11 @@ func main() {
}
color.Yellow("Deleting all pro subscriptions")
defer arn.Node.Close()
for user := range arn.MustStreamUsers() {
for user := range arn.StreamUsers() {
user.ProExpires = ""
arn.PanicOnError(user.Save())
user.Save()
}
color.Green("Finished.")