Compare commits

..

No commits in common. "d259bd8a357eb078e9dbde38e3ab698c88922da3" and "f96c7a7e9da19a24b548dac5cdda7119b9e201c5" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ async function arrDepBoardStaff(CRS) {
const api = new ldb(ldbsvKey,true);
console.time(`Fetch Staff LDB for ${CRS.toUpperCase()}`);
const result = await api.call('GetArrivalDepartureBoardByCRS',options,false,false);
console.log(`Upstream API Size: ${resultSize}`)
console.timeEnd(`Fetch Staff LDB for ${CRS.toUpperCase()}`)
try {
const _staffLdb = staffStationTransform(result)