mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: hotfix
This commit is contained in:
+1
-9
@@ -1,12 +1,4 @@
|
|||||||
import {
|
import { ScenerySpawn, ScenerySpawnType } from '../typings/common';
|
||||||
TrainStop,
|
|
||||||
StopStatus,
|
|
||||||
Train,
|
|
||||||
Station,
|
|
||||||
StationTrain,
|
|
||||||
ScenerySpawn,
|
|
||||||
ScenerySpawnType
|
|
||||||
} from '../typings/common';
|
|
||||||
|
|
||||||
export function getStatusTimestamp(stationStatus: any): number {
|
export function getStatusTimestamp(stationStatus: any): number {
|
||||||
if (!stationStatus) return -2;
|
if (!stationStatus) return -2;
|
||||||
|
|||||||
Reference in New Issue
Block a user