hotfix: twr detection

This commit is contained in:
2025-05-12 21:18:50 +02:00
parent 7ab16960ca
commit ebdffc6241
5 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -83,8 +83,7 @@ export interface TrainTimetableData {
category: string;
route: string;
followingStops: TrainStop[];
TWR: boolean;
SKR: boolean;
twr: boolean;
hasDangerousCargo: boolean;
hasExtraDeliveries: boolean;
warningNotes: string | null;