test DB
This commit is contained in:
parent
7e8d79b151
commit
683d79139a
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue