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