mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
Replace some Roxas with Roxas UI
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
committed by
Joe Mattiello
parent
f270ecc537
commit
a6559d8bb9
@@ -268,11 +268,11 @@ public extension PatreonAPI
|
||||
{
|
||||
let account = try result.get()
|
||||
|
||||
if let context = account.managedObjectContext, !account.isPatron
|
||||
{
|
||||
// if let context = account.managedObjectContext, !account.isPatron
|
||||
// {
|
||||
// Deactivate all beta apps now that we're no longer a patron.
|
||||
//self.deactivateBetaApps(in: context)
|
||||
}
|
||||
// }
|
||||
|
||||
try account.managedObjectContext?.save()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user