Update function check status for other system
This commit is contained in:
parent
445b0db014
commit
6ccfa9717c
|
|
@ -967,7 +967,7 @@ const checkMultipleRequest = async () => {
|
|||
// console.log("Response:", response.data.length);
|
||||
// console.log("Status:", response.status);
|
||||
|
||||
if (response.data === "" && response.data !== undefined) {
|
||||
if (response.data !== "" && response.data !== undefined) {
|
||||
if (req.name !== "Auto import Disti") {
|
||||
logicCheck(req, response);
|
||||
} else {
|
||||
|
|
@ -1041,7 +1041,7 @@ const checkMultipleRequest = async () => {
|
|||
// console.log("Response:", response.data.length);
|
||||
// console.log("Status:", response.status);
|
||||
|
||||
if (response.data === "" && response.data !== undefined) {
|
||||
if (response.data !== "" && response.data !== undefined) {
|
||||
if (req.name !== "Auto import Disti") {
|
||||
logicCheck(req, response);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue