mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
name the name argument correctly
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user