Compare commits

...

5 Commits

3 changed files with 13 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
}
},
"admConfig": {
"build": 336,
"build": 339,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {

View File

@@ -19,6 +19,15 @@ export const assignedPrinters = async () => {
};
}
if (l.data.length === 0 && l.success) {
createLog("info", "lst", "ocp", `There are no lots assigned currently`);
return {
success: true,
message: "There are no lots assigned currenly.",
data: [],
};
}
if (l.data.length === 0 && !l.data.sucess) {
createLog(
"error",

View File

@@ -90,11 +90,11 @@
"plantToken": "usiow2",
"idAddress": "10.75.0.26",
"greatPlainsPlantCode": "31",
"streetAddress": "2309 Heinz Rd",
"streetAddress": "2670 INDEPENDENCE RD",
"cityState": "Iowa CIty, IA",
"zipcode": "52240",
"contactEmail": "blake.matthes@alpla.com",
"contactPhone": "6366970253",
"contactEmail": "Dalina.Lacy@alpla.com",
"contactPhone": "",
"customerTiAcc": "ALPL01IA2INT",
"lstServerPort": "3001",
"active": true,