Refactored RKSounds, moved it into it's own library, and fixed tests

This commit is contained in:
Nick Lockwood 2015-04-28 09:53:25 -07:00
parent f2b38bacbf
commit 48297753cf
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ RCT_EXPORT_METHOD(queryData:(NSString *)queryType
responseJSON = @{
@"status": @0,
@"responseHeaders": @{},
@"responseText": [connectionError localizedDescription] ?: [NSNull null];
@"responseText": [connectionError localizedDescription] ?: [NSNull null]
};
}