From 3a71c7e333e13420a222159baf15f0ed652d4ddc Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 11 Oct 2023 15:47:27 +0700 Subject: [PATCH] Create function check status for other system --- app/utils/sendStatusOtherSystem.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/sendStatusOtherSystem.js b/app/utils/sendStatusOtherSystem.js index 95944b8..17132d8 100644 --- a/app/utils/sendStatusOtherSystem.js +++ b/app/utils/sendStatusOtherSystem.js @@ -931,6 +931,7 @@ const checkMultipleRequest = async () => { if (stdout !== "") { allResponse+=JSON.stringify(req.name+"\n"+stdout) console.log("stdout ", stdout) + console.log(typeof stdout) console.log("req.name ", req.name) console.log(req.name==="Perthmint") console.log(stdout.toString().split("true"))