This commit is contained in:
joseph le 2023-09-28 08:44:43 +07:00
parent 88b58e1189
commit c22695ca3b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const sendNotification = async () => {
type: "stream",
to: "Result test - auto.nswteam.net",
topic: "AU-dev",
content: "Can't restart server. Please check!",
content: "Can't restart server. Please check!\n```\n"+error+"\n```",
};
client.messages.send(params);