create function sendNotification

This commit is contained in:
joseph le 2023-09-28 07:35:24 +07:00
parent 7b0be9250e
commit a74961769d
1 changed files with 2 additions and 1 deletions

View File

@ -63,10 +63,11 @@ const sendNotification = async () => {
console.log("RESTART: ", stdout);
let content = "Server die! Restart ...";
let params = {
type: "stream",
to: "Result test - auto.nswteam.net",
topic: "test",
topic: "AU-dev",
content: content,
};