Update function check status for other system

This commit is contained in:
joseph le 2023-10-12 08:49:36 +07:00
parent e7cd378a81
commit 9111799873
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,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)
})