Undo parm changes

This commit is contained in:
Domenic Horner
2021-09-04 20:08:18 +08:00
parent b0acda52f9
commit 41d32bb9dd
3 changed files with 12 additions and 15 deletions

View File

@@ -552,7 +552,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
try {
checkLogin(socket)
let msg = await Notification.send(notification)
let msg = await Notification.send(notification, notification.name + " Testing")
callback({
ok: true,