mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 23:25:15 +08:00
Fix rolledBackVersion
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user