Skip to content

Commit

Permalink
Remove invalid fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Mar 28, 2024
1 parent b737618 commit aae88f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/BranchSDK/BNCServerRequestQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ - (id)unarchiveObjectFromData:(NSData *)data {
NSMutableArray *tmp = [NSMutableArray new];
[tmp addObject:[NSArray class]]; // root object
[tmp addObject:[NSData class]]; // legacy format compatibility
[tmp addObject:[NSURL class]];

// add all replayable request objects
[tmp addObjectsFromArray: [[BNCServerRequestQueue replayableRequestClasses] allObjects]];
Expand Down

0 comments on commit aae88f3

Please sign in to comment.