We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e4715 commit 8266a75Copy full SHA for 8266a75
CodePush.js
@@ -435,7 +435,7 @@ async function downloadAndInstall(update) {
435
* We are converting bundleNumber into packageHash. In future,
436
* we can remove its use by any other solution
437
*/
438
- update.packageHash = update.bundleNumber.toString();
+ update.packageHash = update.bundleNumber + '';
439
return await doDownloadAndInstall();
440
} catch(error) {
441
syncStatusChangeCallback(CodePush.SyncStatus.UNKNOWN_ERROR);
0 commit comments