File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ - (instancetype)initWithCoder:(NSCoder *)decoder {
605605 self = [super initWithCoder: decoder];
606606 if (!self) return self;
607607 self.commerceDictionary = [decoder decodeObjectOfClass: NSDictionary .class forKey: @" commerceDictionary" ];
608- self.metadata = [decoder decodeObjectOfClass: NSDictionary .class forKey: @" metaData " ];
608+ self.metadata = [decoder decodeObjectOfClass: NSDictionary .class forKey: @" metadata " ];
609609 return self;
610610}
611611
Original file line number Diff line number Diff line change @@ -1931,7 +1931,7 @@ - (void)processNextQueueItem {
19311931
19321932 }
19331933
1934- dispatch_queue_t queue = dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_HIGH , 0 );
1934+ dispatch_queue_t queue = dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT , 0 );
19351935 dispatch_async (queue, ^ {
19361936 [req makeRequest: self .serverInterface key: self .class.branchKey callback:
19371937 ^(BNCServerResponse* response, NSError * error) {
You can’t perform that action at this time.
0 commit comments