name the name argument correctly

This commit is contained in:
2025-04-06 10:55:03 -07:00
parent 940d172e87
commit 2d4bc6bdd4

View File

@@ -13,7 +13,7 @@ export interface InterchangeSystemBuilderArguments {
export class InterchangeSystem { export class InterchangeSystem {
constructor( constructor(
public systemId: string, public name: string,
public shuttleDataLoader: ShuttleRepositoryLoader, public shuttleDataLoader: ShuttleRepositoryLoader,
public shuttleRepository: ShuttleGetterSetterRepository, public shuttleRepository: ShuttleGetterSetterRepository,
public notificationScheduler: ETANotificationScheduler, public notificationScheduler: ETANotificationScheduler,