We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63102af commit 0baf5a3Copy full SHA for 0baf5a3
ios/RNBatch.m
@@ -421,8 +421,8 @@ -(void)stopObserving {
421
resolve([NSNull null]);
422
} else {
423
reject(@"BatchBridgeError", @"Event attributes validation failed:", err);
424
- return;
425
}
+ return;
426
427
[BatchProfile trackEventWithName:name attributes:batchEventAttributes];
428
0 commit comments