Final statistics fix - until service rewrite

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2025-03-06 22:08:03 +00:00
parent 9ab5a7be99
commit e12b809d04

View File

@ -64,7 +64,6 @@ async function statistics() {
timetable, timetable,
pis, pis,
corpus, corpus,
reasonCodes,
lengthUsers, lengthUsers,
lengthRegistrations, lengthRegistrations,
lengthCorpus, lengthCorpus,
@ -82,7 +81,6 @@ async function statistics() {
lengthStationsPromise, lengthStationsPromise,
lengthPisPromise, lengthPisPromise,
lengthTimetablePromise, lengthTimetablePromise,
lengthReasonCodesPromise,
stationsPromise, stationsPromise,
]); ]);