Browse Source
Update server/server.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/306/head
Ponkhy
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/server.js
|
|
@ -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]; |
|
|
|