mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Fix: mylenie rozkładów jazdy dla AZ12 i AZ19
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user