Update InterchangeSystem and caller to construct an ETA repository based on argumetns

This commit is contained in:
2025-11-11 15:16:21 -08:00
parent 57d0171d68
commit 42cd34e755
2 changed files with 59 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ const supportedSystems: InterchangeSystemBuilderArguments[] = [
passioSystemId: "263",
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
name: "Chapman University",
useSelfUpdatingEtas: true,
}
]