Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface d259bd8a35 ...
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-08-07 12:28:17 +01:00
Fred Boniface 4b7722d5cd Attempt to fix error
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-08-07 12:27:48 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ 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)