mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[AltStoreCore] Fixes parsing Patreon responses containing tiers with null titles
This commit is contained in:
@@ -31,7 +31,7 @@ public class PledgeTier: NSManagedObject, Fetchable
|
||||
{
|
||||
super.init(entity: PledgeTier.entity(), insertInto: context)
|
||||
|
||||
self.name = tier.name
|
||||
self.name = tier.name ?? ""
|
||||
self.identifier = tier.identifier
|
||||
self._amount = tier.amount as NSDecimalNumber
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user