mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Update version after merging new master branch
This commit is contained in:
parent
91366ff565
commit
d8013f31e8
@ -1087,7 +1087,7 @@ exports.entryPage = "dashboard";
|
||||
let monitorListData = backupData.monitorList;
|
||||
|
||||
let version17x = compareVersions.compare(backupData.version, "1.7.0", ">=");
|
||||
let version1114 = compareVersions.compare(backupData.version, "1.11.4", ">=");
|
||||
let version1132 = compareVersions.compare(backupData.version, "1.13.2", ">=");
|
||||
|
||||
// If the import option is "overwrite" it'll clear most of the tables, except "settings" and "user"
|
||||
if (importHandle == "overwrite") {
|
||||
@ -1147,7 +1147,7 @@ exports.entryPage = "dashboard";
|
||||
retryInterval = monitorListData[i].retryInterval;
|
||||
}
|
||||
|
||||
if (version1114) {
|
||||
if (version1132) {
|
||||
resendInterval = monitorListData[i].resendInterval;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user