Add "HX" (Heathrow Express) to PIS supported operators

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2024-04-23 19:54:34 +01:00
parent 09f883a461
commit 2ff822d8eb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import {
} from "../utils/pis.utils";
import { Document } from "mongodb";
export const supported = ["GW", "UK"];
export const supported = ["GW", "UK", "HX"];
export async function findPisByOrigDest(start: string, end: string) {
logger.debug(