newStaffLDB-API #48
@ -76,7 +76,7 @@ async function arrDepBoardStaff(CRS) {
|
|||||||
false
|
false
|
||||||
);
|
);
|
||||||
console.log("\n\n\nORIGINAL DATA")
|
console.log("\n\n\nORIGINAL DATA")
|
||||||
console.log("\n" + result + "\n\n\n")
|
console.log("\n" + JSON.stringify(result) + "\n\n\n")
|
||||||
console.timeEnd(`Fetch Staff LDB for ${CRS.toUpperCase()}`);
|
console.timeEnd(`Fetch Staff LDB for ${CRS.toUpperCase()}`);
|
||||||
try {
|
try {
|
||||||
const _staffLdb = staffStationTransform(result);
|
const _staffLdb = staffStationTransform(result);
|
||||||
|
Loading…
Reference in New Issue
Block a user