Update function check status for other system

This commit is contained in:
joseph le 2023-10-12 09:00:06 +07:00
parent 94a422519b
commit ae8c0dea08
1 changed files with 1 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ const checkMultipleRequest = async () => {
};
client.messages.send(params);
// client.messages.send(params1);
client.messages.send(params1);
report.map((r)=>{
allResponse += JSON.stringify(r, null, 2)
})