test DB
This commit is contained in:
parent
44400ca2c1
commit
18e8545acd
|
|
@ -60,7 +60,7 @@ const sendNotification = async () => {
|
|||
type: "stream",
|
||||
to: "Result test - auto.nswteam.net",
|
||||
topic: "AU-dev",
|
||||
content: JSON.stringify({ auto1: auto1, auto2: auto2, log: log }),
|
||||
content: process.argv[2],
|
||||
};
|
||||
|
||||
client.messages.send(params);
|
||||
|
|
|
|||
Loading…
Reference in New Issue