From 2b628007e0298909e0063e5906cb890cd6ae40aa Mon Sep 17 00:00:00 2001 From: Ian MacLeod Date: Thu, 23 Jun 2016 10:59:00 -0700 Subject: [PATCH] Indicate that StatusReports are optional, too --- 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 7867921..cf3bacc 100644 --- a/typings/react-native-code-push.d.ts +++ b/typings/react-native-code-push.d.ts @@ -243,7 +243,7 @@ declare namespace CodePush { /** * Notifies the CodePush runtime that an installed update is considered successful. */ - function notifyAppReady(): Promise; + function notifyAppReady(): Promise; /** * Allow CodePush to restart the app.