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

Commit 4968fe6

Browse files
committed
Fixing typo
1 parent 0c5cb64 commit 4968fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function sync(options = {}) {
127127
return new Promise((resolve, reject) => {
128128
checkForUpdate()
129129
.then((remotePackage) => {
130-
if (!remotePackage || (remotePackage.failedAppy && syncOptions.ignoreFailedUpdates)) {
130+
if (!remotePackage || (remotePackage.failedApply && syncOptions.ignoreFailedUpdates)) {
131131
resolve(CodePush.SyncStatus.NO_UPDATE_AVAILABLE);
132132
}
133133
else {

0 commit comments

Comments
 (0)