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

Commit 5ca61cd

Browse files
committed
fix progress object param
1 parent e642f6a commit 5ca61cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ codePush.sync({ updateDialog: true },
640640
break;
641641
}
642642
},
643-
(totalBytes, receivedBytes) => {
643+
({ receivedBytes, totalBytes, }) => {
644644
/* Update download modal progress */
645645
}
646646
);

0 commit comments

Comments
 (0)