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 0 deletions
Showing only changes of commit c147cadc40 - Show all commits

View File

@ -78,6 +78,7 @@ async function arrDepBoardStaff(CRS) {
const _staffLdb = staffStationTransform(result);
console.log("Transformation Test Successful");
console.log(JSON.stringify(_staffLdb));
return _staffLdb
} catch (err) {
console.log("Transformation Test Failed: " + err);
}