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

Commit 3ffa986

Browse files
committed
remove comma
1 parent be3a74f commit 3ffa986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ if (NativeCodePush) {
415415
InstallMode: {
416416
IMMEDIATE: NativeCodePush.codePushInstallModeImmediate, // Restart the app immediately
417417
ON_NEXT_RESTART: NativeCodePush.codePushInstallModeOnNextRestart, // Don't artificially restart the app. Allow the update to be "picked up" on the next app restart
418-
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume, // Restart the app the next time it is resumed from the background
418+
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume // Restart the app the next time it is resumed from the background
419419
},
420420
SyncStatus: {
421421
CHECKING_FOR_UPDATE: 0,

0 commit comments

Comments
 (0)