This commit is contained in:
joseph le 2023-09-28 08:06:53 +07:00
parent 867f2d0472
commit 10b4acaf18
1 changed files with 1 additions and 1 deletions

View File

@ -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);