mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-02 14:45:25 +00:00
cleanup, remove additional early return
This commit is contained in:
@@ -407,7 +407,6 @@ static NSString* const kBITAuthenticatorDidSkipOptionalLogin = @"BITAuthenticato
|
||||
userInfo:@{ NSLocalizedDescriptionKey : BITHockeyLocalizedString(@"HockeyAuthenticationFailedAuthenticate")}];
|
||||
|
||||
}
|
||||
return nil;
|
||||
break;
|
||||
}
|
||||
if(200 != urlResponse.statusCode) {
|
||||
|
||||
Reference in New Issue
Block a user