[ios] commented out authToDict function as it's still todo - causes a crash on some xcode environments (weird)
This commit is contained in:
parent
ea83290bae
commit
b9fd032b6d
|
@ -495,11 +495,11 @@ RCT_EXPORT_METHOD(updateUserProfile:(NSDictionary *)userProps
|
||||||
// END ------------------------------------------------------- CLEAN UP --------------------------
|
// END ------------------------------------------------------- CLEAN UP --------------------------
|
||||||
|
|
||||||
|
|
||||||
- (NSDictionary *) authExceptionToDict:(NSError *) error {
|
//- (NSDictionary *) authExceptionToDict:(NSError *) error {
|
||||||
// TODO
|
// // TODO
|
||||||
// NSDictionary *evt = @{ @"eventName": AUTH_ANONYMOUS_ERROR_EVENT,
|
// // NSDictionary *evt = @{ @"eventName": AUTH_ANONYMOUS_ERROR_EVENT,
|
||||||
// @"msg": [error localizedDescription] };
|
// // @"msg": [error localizedDescription] };
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue