From 219c6795c1456cccb9eb8f66e44f9fb6e21b5cf5 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Mon, 23 Nov 2015 21:37:05 -0800 Subject: [PATCH] Fixing typo --- CodePush.ios.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/CodePush.ios.js b/CodePush.ios.js index 6599bf6..cf58aa5 100644 --- a/CodePush.ios.js +++ b/CodePush.ios.js @@ -274,8 +274,6 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback) }); }; -codePush.installPendingUpdate(); - var CodePush = { checkForUpdate: checkForUpdate, getConfiguration: getConfiguration,