Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ad851af

Browse files
committed
Removing unneccesary parameter
1 parent 049b3f0 commit ad851af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodePush.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ @implementation CodePush {
2727

2828
+ (NSURL *)bundleURL
2929
{
30-
return [self bundleURLForResourceName:@"main"
31-
withExtension:@"jsbundle"];
30+
return [self bundleURLForResourceName:@"main"];
3231
}
3332

3433
+ (NSURL *)bundleURLForResourceName:(NSString *)resourceName

0 commit comments

Comments
 (0)