Skip to content

Commit

Permalink
front: drop SuggestedOP.departure
Browse files Browse the repository at this point in the history
This is unused.

Signed-off-by: Simon Ser <[email protected]>
  • Loading branch information
emersion committed Dec 23, 2024
1 parent 2b22d28 commit ada2dae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export type SuggestedOP = {
If true, the train schedule is consider as invalid and must be edited */
deleted?: boolean;
arrival?: IsoDurationString | null; // value asked by user, number of seconds since departure
departure?: IsoDurationString | null; // value asked by user, number of seconds since departure
locked?: boolean;
stopFor?: string | null; // value asked by user
theoreticalMargin?: string; // value asked by user
Expand Down

0 comments on commit ada2dae

Please sign in to comment.