1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 23:25:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Fix rolledBackVersion

This commit is contained in:
sunnylqm
2021-10-30 14:56:23 +08:00
parent 35939286d0
commit d0804cfe15

View File

@@ -175,8 +175,8 @@ export async function downloadUpdate(options, eventListeners) {
if (!options.update) { if (!options.update) {
return; return;
} }
if (rolledbackVersion === options.hash) { if (rolledBackVersion === options.hash) {
logger(`rolledback hash ${rolledbackVersion}, ignored`); logger(`rolledback hash ${rolledBackVersion}, ignored`);
return; return;
} }
if (downloadedHash === options.hash) { if (downloadedHash === options.hash) {