Skip to content

Commit

Permalink
refactor(Stops.Repo): create a behaviour (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen authored May 15, 2024
1 parent dff47af commit 7a318e7
Show file tree
Hide file tree
Showing 75 changed files with 2,160 additions and 1,049 deletions.
1 change: 0 additions & 1 deletion assets/ts/schedule/components/__trips.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export interface TripInfo {
times: TripDeparture[];
vehicle: Vehicle | null;
vehicle_stop_name: string;
stop_count: number;
status: string;
duration: number;
fare: Fare;
Expand Down
Loading

0 comments on commit 7a318e7

Please sign in to comment.