Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7f21bae

Browse files
committed
Fixing function name
1 parent 8495e7d commit 7f21bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-mixins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = (NativeCodePush) => {
4040
.then(function() {
4141
updateInstalledCallback && updateInstalledCallback();
4242
if (installMode == NativeCodePush.codePushInstallModeImmediate) {
43-
NativeCodePush.restartImmedidateUpdate(rollbackTimeout);
43+
NativeCodePush.restartForImmedidateUpdate(rollbackTimeout);
4444
} else {
4545
this.restart = function () {
4646
NaviteCodePush.restartForPendingUpdate();

0 commit comments

Comments
 (0)