mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-30 10:09:17 -04:00
Added uptime kuma version to backup file
This commit is contained in:
parent
c13cc62d3d
commit
2dd392e609
2 changed files with 4 additions and 3 deletions
|
@ -556,10 +556,10 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
try {
|
||||
checkLogin(socket)
|
||||
|
||||
console.log(`Importing Backup, User ID: ${socket.userID}`)
|
||||
console.log(`Importing Backup, User ID: ${socket.userID}, Version: ${uploadedJSON[0]}`)
|
||||
|
||||
let notificationList = uploadedJSON[0];
|
||||
let monitorList = uploadedJSON[1];
|
||||
let notificationList = uploadedJSON[1];
|
||||
let monitorList = uploadedJSON[2];
|
||||
|
||||
monitorList = JSON.stringify(monitorList);
|
||||
monitorList = JSON.parse(monitorList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue