Update function check status for other system

This commit is contained in:
joseph le 2023-10-12 08:31:30 +07:00
parent 3cefa60c31
commit 56eab66e69
1 changed files with 1 additions and 1 deletions

View File

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