Update function check status for other system
This commit is contained in:
parent
3cefa60c31
commit
56eab66e69
|
|
@ -1070,7 +1070,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)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue