Fix console log of original data
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
d44a7a817c
commit
9ed80a8bea
@ -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