Skip to content

Commit

Permalink
🐛 Fix EVA ID's for manual trips (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Feb 8, 2024
1 parent 4625a36 commit 143e683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data class HafasTrainTripStation(
val id: Int,
val name: String,
val rilIdentifier: String?,
val evaIdentifier: Int,
val evaIdentifier: Long?,
val arrival: ZonedDateTime?,
val arrivalPlanned: ZonedDateTime,
val arrivalReal: ZonedDateTime?,
Expand Down

0 comments on commit 143e683

Please sign in to comment.