amtrak icon indicating copy to clipboard operation
amtrak copied to clipboard

Typo: timezone should be string not array of string

Open damphat opened this issue 1 year ago • 0 comments

export interface Train {
  // ...
  eventTZ: string[];
  originTZ: string[];
  destTZ: string[];
}

damphat avatar Apr 18 '23 18:04 damphat