mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Remove unreachable code fork
This commit is contained in:
@@ -851,9 +851,8 @@ typedef NS_ENUM(NSInteger, BITUpdateAlertViewTag) {
|
||||
return;
|
||||
}
|
||||
|
||||
NSMutableString *parameter = [NSMutableString stringWithFormat:@"api/2/apps/%@?format=json&extended=true%@&sdk=%@&sdk_version=%@&uuid=%@",
|
||||
NSMutableString *parameter = [NSMutableString stringWithFormat:@"api/2/apps/%@?format=json&extended=true&sdk=%@&sdk_version=%@&uuid=%@",
|
||||
bit_URLEncodedString([self encodedAppIdentifier]),
|
||||
([self isAppStoreEnvironment] ? @"&udid=appstore" : @""),
|
||||
BITHOCKEY_NAME,
|
||||
BITHOCKEY_VERSION,
|
||||
_uuid];
|
||||
|
||||
Reference in New Issue
Block a user