Need to return false here too

This commit is contained in:
David Baker
2025-06-04 16:12:43 +01:00
parent 6901bff548
commit 8f24f45090
+2
View File
@@ -329,7 +329,9 @@ class Store extends ElectronStore<StoreData> {
relaunchApp();
return false;
} else {
// This will either relaunch the app or throw an execption
await this.consultUserBackendChangedUnableToMigrate(electronSession);
return false;
}
}