ceeae1a7b192a75c7d5fb03aeeadecf1dad2c8f4
The API returns flight.flightId.date as 'yyyy-MM-dd' (dashed). Our URL builder pasted it verbatim, producing /onlineboard/SU6162-2026-04-18 which the route parser (expecting yyyyMMdd) rejected. Normalise the date to compact form inside buildFlightUrlParams so the URL always matches the route pattern, regardless of whether the caller passes a compact or dashed date.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%