mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
Fixing comment to reflect API name change
We renamed `failedApply` to `failedInstall` but forgot to update this comment to reflect that change.
This commit is contained in:
@@ -356,7 +356,7 @@ RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage
|
||||
|
||||
/*
|
||||
* This method isn't publicly exposed via the "react-native-code-push"
|
||||
* module, and is only used internally to populate the RemotePackage.failedApply property.
|
||||
* module, and is only used internally to populate the RemotePackage.failedInstall property.
|
||||
*/
|
||||
RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash
|
||||
resolve:(RCTPromiseResolveBlock)resolve
|
||||
@@ -406,4 +406,4 @@ RCT_EXPORT_METHOD(setUsingTestFolder:(BOOL)shouldUseTestFolder)
|
||||
usingTestFolder = shouldUseTestFolder;
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user