From 631e869607100c3c1358a31fb094d54eaf3560de Mon Sep 17 00:00:00 2001 From: Arnaud Roland Date: Thu, 21 Dec 2023 15:20:11 +0100 Subject: [PATCH] ios: remove unused variable --- ios/RNBatch.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/RNBatch.m b/ios/RNBatch.m index c588736..9735f43 100644 --- a/ios/RNBatch.m +++ b/ios/RNBatch.m @@ -190,7 +190,6 @@ -(void)stopObserving { reject(@"BatchBridgeError", @"Native SDK fetchAttributes returned an error", nil); return; } - __block NSError *mapError = nil; NSMutableDictionary*>* bridgeAttributes = [[NSMutableDictionary alloc] initWithCapacity:attributes.count]; [attributes enumerateKeysAndObjectsUsingBlock:^(NSString * _Nonnull key, BatchUserAttribute * _Nonnull attribute, BOOL * _Nonnull stop) { NSString *bridgeType;