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

Commit f0379ff

Browse files
committed
CR feedback
1 parent 6fa99e1 commit f0379ff

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
@@ -430,7 +430,7 @@ function codePushify(options = {}) {
430430
let rootComponentInstance = this.refs.rootComponent;
431431
let syncStatusCallback = rootComponentInstance && rootComponentInstance.codePushStatusDidChange;
432432
let downloadProgressCallback = rootComponentInstance && rootComponentInstance.codePushDownloadDidProgress;
433-
CodePush.sync(options, syncStatusCallback, downloadProgressCallback)
433+
CodePush.sync(options, syncStatusCallback, downloadProgressCallback);
434434
if (options.checkFrequency === CodePush.CheckFrequency.ON_APP_RESUME) {
435435
ReactNative.AppState.addEventListener("change", (newState) => {
436436
newState === "active" && CodePush.sync(options, syncStatusCallback, downloadProgressCallback);

0 commit comments

Comments
 (0)