mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update server/server.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
8e1e4b9204
commit
c13cc62d3d
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
try {
|
||||
checkLogin(socket)
|
||||
|
||||
console.log(`Import Backup User ID: ${socket.userID}`)
|
||||
console.log(`Importing Backup, User ID: ${socket.userID}`)
|
||||
|
||||
let notificationList = uploadedJSON[0];
|
||||
let monitorList = uploadedJSON[1];
|
||||
|
|
Loading…
Reference in a new issue