create function sendNotification

This commit is contained in:
joseph le 2023-09-28 07:36:02 +07:00
parent a74961769d
commit 7995175787
1 changed files with 2 additions and 2 deletions

View File

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