Fix: mylenie rozkładów jazdy dla AZ12 i AZ19

This commit is contained in:
2022-01-26 19:17:59 +01:00
parent 95fe9d1072
commit 4c1f892fc4
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ export default interface TrainStop {
departureRealTimeString: string | null;
departureRealTimestamp: number;
departureDelay: number;
pointId: string;
comments?: any;
@@ -20,7 +20,7 @@ export default interface TimetableAPIData {
pointName: string;
pointNameRAW: string;
entryId: number;
pointId: number;
pointId: string;
comments: string | null;
confirmed: boolean;
isStopped: boolean;