From a55a0be5993b56dcdea288105d4d0c395f8739da Mon Sep 17 00:00:00 2001 From: iamolegga Date: Wed, 20 Feb 2019 11:07:08 +0300 Subject: [PATCH] Update react-native-code-push.d.ts (#1515) * Update react-native-code-push.d.ts --- typings/react-native-code-push.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.