Skip to content

Commit

Permalink
Add 'withParameters:nil' to call within -sendRequest:requestType:resp…
Browse files Browse the repository at this point in the history
…onseType: so it'll actually, y'know, work.
  • Loading branch information
orhunt committed Oct 6, 2011
1 parent 998750a commit 5bb952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UAGithubEngine.m
Expand Up @@ -269,7 +269,7 @@ - (NSString *)sendRequest:(NSString *)path requestType:(UAGithubRequestType)requ

- (NSString *)sendRequest:(NSString *)path requestType:(UAGithubRequestType)requestType responseType:(UAGithubResponseType)responseType
{
return [self sendRequest:path requestType:requestType responseType:responseType];
return [self sendRequest:path requestType:requestType responseType:responseType withParameters:nil];
}


Expand Down

0 comments on commit 5bb952d

Please sign in to comment.