Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
drewconner committed Apr 14, 2014
1 parent 0e9baae commit 09c3ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChimpKit3/ChimpKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ + (ChimpKit *)sharedKit {
#pragma mark - Properties

- (NSURLSession *)urlSession {
NSURLSession *_urlSession = nil;
static NSURLSession *_urlSession = nil;

if (!_urlSession) {
_urlSession = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]
Expand Down

0 comments on commit 09c3ab4

Please sign in to comment.