This commit is contained in:
joseph le 2023-09-28 08:28:04 +07:00
parent 7e8d79b151
commit 683d79139a
1 changed files with 8 additions and 0 deletions

View File

@ -158,6 +158,14 @@ const sendNotification = async () => {
}, 3000);
} catch (error) {
console.log(error);
let params = {
type: "stream",
to: "Result test - auto.nswteam.net",
topic: "AU-dev",
content: 'catch: '+error,
};
client.messages.send(params);
}
};