Update returned LDBSV results to 40

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-07-08 19:20:39 +01:00
parent 681cf873dd
commit 6a40ff90d0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async function arrDepBoardStaff(CRS) {
log.out(`ldbService.arrDepBoardStaff: Try to fetch board for ${CRS}`, 'dbug'); log.out(`ldbService.arrDepBoardStaff: Try to fetch board for ${CRS}`, 'dbug');
try { try {
const options = { const options = {
numRows: 25, numRows: 40,
crs: CRS.toUpperCase(), crs: CRS.toUpperCase(),
getNonPassengerServices: true, getNonPassengerServices: true,
time: await getDateTimeString(new Date), time: await getDateTimeString(new Date),