Update function check status for other system
This commit is contained in:
parent
e7cd378a81
commit
9111799873
|
|
@ -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)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue