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