mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 12:45:33 +08:00
Remove TODO
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
} else if ([response isError]) {
|
||||
NSString* errorMessage = nil;
|
||||
if ([response isJSON]) {
|
||||
// TODO: Should be using single error objects in an array!
|
||||
errorMessage = [[[response bodyAsJSON] valueForKey:@"errors"] componentsJoinedByString:@", "];
|
||||
}
|
||||
if (nil == errorMessage) {
|
||||
|
||||
Reference in New Issue
Block a user