Update server/server.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Ponkhy 2021-09-11 14:34:12 +02:00 committed by GitHub
parent 14b7688b70
commit 651b525d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
} else { } else {
callback({ callback({
ok: false, ok: false,
msg: "Token Invalid!", msg: "Invalid Token!",
}) })
} }
} }