diff --git a/app/utils/sendStatusOtherSystem.js b/app/utils/sendStatusOtherSystem.js index de42cff..e028889 100644 --- a/app/utils/sendStatusOtherSystem.js +++ b/app/utils/sendStatusOtherSystem.js @@ -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) })