Skip to content

Commit

Permalink
chore(TripInfo): remove unused stop_count
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed May 6, 2024
1 parent eb44b34 commit 17bd7ca
Show file tree
Hide file tree
Showing 10 changed files with 780 additions and 251 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 17bd7ca

Please sign in to comment.