Skip to content

Commit 0d65b29

Browse files
kelvinlauKLfathyb
authored andcommitted
Fix implicit self retaining warning (#815)
1 parent 1fbe237 commit 0d65b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analytics/Classes/Integrations/SEGIntegrationsManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ - (void)refreshSettings
374374
}
375375

376376
self.settingsRequest = [self.httpClient settingsForWriteKey:self.configuration.writeKey completionHandler:^(BOOL success, NSDictionary *settings) {
377-
seg_dispatch_specific_async(_serialQueue, ^{
377+
seg_dispatch_specific_async(self -> _serialQueue, ^{
378378
if (success) {
379379
[self setCachedSettings:settings];
380380
} else {

0 commit comments

Comments
 (0)