Closes #144
This commit is contained in:
Birte Kristina Friesel 2024-06-21 20:43:36 +02:00
parent cb8964fb3c
commit bd24f1f2f4
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -1358,7 +1358,7 @@ sub startup {
} }
my $route = $in_transit->{route}; 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. # TODO get_tripid_p is only needed on the first call, afterwards the tripid is known.
$self->hafas->get_tripid_p( train => $train )->then( $self->hafas->get_tripid_p( train => $train )->then(