From ae8c0dea0860d86871fe8f30b1134ccd1c99c67e Mon Sep 17 00:00:00 2001 From: joseph le Date: Thu, 12 Oct 2023 09:00:06 +0700 Subject: [PATCH] Update function check status for other system --- app/utils/sendStatusOtherSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })