create function sendNotification
This commit is contained in:
parent
a74961769d
commit
7995175787
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue