Skip to content

Commit

Permalink
get rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
idokleinman committed Sep 8, 2016
1 parent 1a26dc3 commit cf06659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/SDK/SparkCloud.m
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ -(NSURLSessionDataTask *)listTokens:(NSString *)user password:(NSString *)passwo

NSURLSessionDataTask *task = [self.manager GET:@"/v1/access_tokens" parameters:nil progress:nil success:^(NSURLSessionDataTask * _Nonnull task, id _Nullable responseObject)
{
NSArray *responseArr = responseObject;
// NSArray *responseArr = responseObject;
} failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error)
{
NSLog(@"listTokens %@",[error localizedDescription]);
Expand Down

0 comments on commit cf06659

Please sign in to comment.