Skip to content

Commit 6c5f9fd

Browse files
committed
fix: renaming
1 parent 48b3d35 commit 6c5f9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-brownfield/ios/ReactNativeBrownfield.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class ReactNativeBrownfieldDelegate: RCTDefaultReactNativeFactoryDelegate {
1515
}
1616

1717
public override func bundleURL() -> URL? {
18-
if let provider = bundleURLOverride {
19-
return provider()
18+
if let bundleURLProvider = bundleURLOverride {
19+
return bundleURLProvider()
2020
}
2121

2222
#if DEBUG

0 commit comments

Comments
 (0)