chore: hotfix

This commit is contained in:
2024-05-19 22:30:21 +02:00
parent 8417754403
commit 6901c3d2b4
+1 -9
View File
@@ -1,12 +1,4 @@
import {
TrainStop,
StopStatus,
Train,
Station,
StationTrain,
ScenerySpawn,
ScenerySpawnType
} from '../typings/common';
import { ScenerySpawn, ScenerySpawnType } from '../typings/common';
export function getStatusTimestamp(stationStatus: any): number {
if (!stationStatus) return -2;