diff --git a/typings/react-native-code-push.d.ts b/typings/react-native-code-push.d.ts index 81056b5ac..9ae59c24e 100644 --- a/typings/react-native-code-push.d.ts +++ b/typings/react-native-code-push.d.ts @@ -260,7 +260,7 @@ declare namespace CodePush { * * @param updateState The state of the update you want to retrieve the metadata for. Defaults to UpdateState.RUNNING. */ - function getUpdateMetadata(updateState?: UpdateState) : Promise; + function getUpdateMetadata(updateState?: UpdateState) : Promise; /** * Notifies the CodePush runtime that an installed update is considered successful.