Refactored RKSounds, moved it into it's own library, and fixed tests
This commit is contained in:
parent
f2b38bacbf
commit
48297753cf
|
@ -61,7 +61,7 @@ RCT_EXPORT_METHOD(queryData:(NSString *)queryType
|
|||
responseJSON = @{
|
||||
@"status": @0,
|
||||
@"responseHeaders": @{},
|
||||
@"responseText": [connectionError localizedDescription] ?: [NSNull null];
|
||||
@"responseText": [connectionError localizedDescription] ?: [NSNull null]
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue