Update function check status for other system

This commit is contained in:
joseph le 2023-10-12 08:50:16 +07:00
parent 9111799873
commit a4812848fc
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ const checkMultipleRequest = async () => {
name: req.name,
status: ":red_circle:",
code: "fail",
lengthOrData: stderr,
lengthOrData: stdout,
});
}
}