test DB
This commit is contained in:
parent
867f2d0472
commit
10b4acaf18
|
|
@ -57,7 +57,7 @@ const sendNotification = async () => {
|
|||
type: "stream",
|
||||
to: "Result test - auto.nswteam.net",
|
||||
topic: "AU-dev",
|
||||
content: "Test",
|
||||
content: JSON.stringify({ auto1: auto1, auto2: auto2, log: log }),
|
||||
};
|
||||
|
||||
client.messages.send(params);
|
||||
|
|
|
|||
Loading…
Reference in New Issue