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 155f30b commit ea2fa1aCopy full SHA for ea2fa1a
Parse/Parse/Internal/Analytics/Controller/PFAnalyticsController.m
@@ -79,7 +79,7 @@ + (instancetype)controllerWithDataSource:(id<PFEventuallyQueueProvider>)dataSour
79
@strongify(self);
80
NSError *error;
81
NSDictionary *encodedDimensions = [[PFNoObjectEncoder objectEncoder] encodeObject:dimensions error:&error];
82
- if (encodedDimensions == nil && error != nil) {
+ if (encodedDimensions == nil) {
83
return [BFTask taskWithError:error];
84
}
85
PFRESTCommand *command = [PFRESTAnalyticsCommand trackEventCommandWithEventName:name
0 commit comments