Skip to content

Commit

Permalink
Fix implicit self retaining warning (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlauKL authored and fathyb committed Apr 11, 2019
1 parent 1fbe237 commit 0d65b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analytics/Classes/Integrations/SEGIntegrationsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ - (void)refreshSettings
}

self.settingsRequest = [self.httpClient settingsForWriteKey:self.configuration.writeKey completionHandler:^(BOOL success, NSDictionary *settings) {
seg_dispatch_specific_async(_serialQueue, ^{
seg_dispatch_specific_async(self -> _serialQueue, ^{
if (success) {
[self setCachedSettings:settings];
} else {
Expand Down

0 comments on commit 0d65b29

Please sign in to comment.