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 718eafc commit 99be79eCopy full SHA for 99be79e
Classes/JSONAPIResourceParser.m
@@ -177,8 +177,6 @@ + (void)set:(NSObject <JSONAPIResource> *)resource withDictionary:dictionary {
177
178
NSDictionary *relationships = [dictionary objectForKey:@"relationships"];
179
NSDictionary *attributes = [dictionary objectForKey:@"attributes"];
180
-
181
-// resource.selfLink = [links valueForKey:@"self"];
182
183
id ID = [dictionary objectForKey:@"id"];
184
NSFormatter *format = [descriptor idFormatter];
0 commit comments