mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Temporarily enables Patreon benefits for all Patreon accounts
This commit is contained in:
@@ -54,12 +54,12 @@ class PatreonAccount: NSManagedObject, Fetchable
|
|||||||
|
|
||||||
if let patronResponse = response.included?.first
|
if let patronResponse = response.included?.first
|
||||||
{
|
{
|
||||||
let patron = Patron(response: patronResponse)
|
_ = Patron(response: patronResponse)
|
||||||
self.isPatron = (patron.status == .active)
|
self.isPatron = true
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
self.isPatron = false
|
self.isPatron = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user