Skip to content

Commit

Permalink
ios: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 21, 2023
1 parent 2f2cc40 commit 631e869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/RNBatch.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ -(void)stopObserving {
reject(@"BatchBridgeError", @"Native SDK fetchAttributes returned an error", nil);
return;
}
__block NSError *mapError = nil;
NSMutableDictionary<NSString*, NSDictionary<NSString*, id>*>* bridgeAttributes = [[NSMutableDictionary alloc] initWithCapacity:attributes.count];
[attributes enumerateKeysAndObjectsUsingBlock:^(NSString * _Nonnull key, BatchUserAttribute * _Nonnull attribute, BOOL * _Nonnull stop) {
NSString *bridgeType;
Expand Down

0 comments on commit 631e869

Please sign in to comment.