Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
Closes #144
  • Loading branch information
derf committed Jun 21, 2024
1 parent cb8964f commit bd24f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Travelynx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ sub startup {
}

my $route = $in_transit->{route};
my $train_id = $train->id;
my $train_id = $train->train_id;

# TODO get_tripid_p is only needed on the first call, afterwards the tripid is known.
$self->hafas->get_tripid_p( train => $train )->then(
Expand Down

0 comments on commit bd24f1f

Please sign in to comment.