mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
Removing unneccesary parameter
This commit is contained in:
@@ -27,8 +27,7 @@ static NSString * const PendingUpdateRollbackTimeoutKey = @"rollbackTimeout";
|
||||
|
||||
+ (NSURL *)bundleURL
|
||||
{
|
||||
return [self bundleURLForResourceName:@"main"
|
||||
withExtension:@"jsbundle"];
|
||||
return [self bundleURLForResourceName:@"main"];
|
||||
}
|
||||
|
||||
+ (NSURL *)bundleURLForResourceName:(NSString *)resourceName
|
||||
|
||||
Reference in New Issue
Block a user