Skip to content

Commit 4d2a487

Browse files
committed
front: drop a few unused fields from SuggestedOP
Signed-off-by: Simon Ser <contact@emersion.fr>
1 parent bbf2498 commit 4d2a487

File tree

2 files changed

+0
-6
lines changed
  • front/src/modules

2 files changed

+0
-6
lines changed

front/src/modules/pathfinding/utils.ts

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export const formatSuggestedOperationalPoints = (
2727
uic: op.extensions?.identifier?.uic,
2828
ch: op.extensions?.sncf?.ch,
2929
kp: op.part.extensions?.sncf?.kp,
30-
chLongLabel: op.extensions?.sncf?.ch_long_label,
31-
chShortLabel: op.extensions?.sncf?.ch_short_label,
32-
ci: op.extensions?.sncf?.ci,
3330
trigram: op.extensions?.sncf?.trigram,
3431
offsetOnTrack: op.part.position,
3532
track: op.part.track,

front/src/modules/trainschedule/components/ManageTrainSchedule/types.ts

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ export type SuggestedOP = {
99
name?: string;
1010
uic?: number;
1111
ch?: string;
12-
chLongLabel?: string;
13-
chShortLabel?: string;
14-
ci?: number;
1512
kp?: string;
1613
trigram?: string;
1714
offsetOnTrack: number;

0 commit comments

Comments
 (0)