name the name argument correctly
This commit is contained in:
@@ -13,7 +13,7 @@ export interface InterchangeSystemBuilderArguments {
|
||||
|
||||
export class InterchangeSystem {
|
||||
constructor(
|
||||
public systemId: string,
|
||||
public name: string,
|
||||
public shuttleDataLoader: ShuttleRepositoryLoader,
|
||||
public shuttleRepository: ShuttleGetterSetterRepository,
|
||||
public notificationScheduler: ETANotificationScheduler,
|
||||
|
||||
Reference in New Issue
Block a user