newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ed80a8bea - Show all commits

View File

@ -76,7 +76,7 @@ async function arrDepBoardStaff(CRS) {
false
);
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()}`);
try {
const _staffLdb = staffStationTransform(result);