recent journeys: use hafas=DB as well

This commit is contained in:
Birte Kristina Friesel 2024-06-15 10:43:34 +02:00
parent 38f537bf59
commit c105bc4e40
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -827,7 +827,7 @@ sub get_latest_checkout_stations {
{
name => $row->{arr_name},
eva => $row->{arr_eva},
hafas => ( $row->{train_id} =~ m{[|]} ? 1 : 0 ),
hafas => ( $row->{train_id} =~ m{[|]} ? 'DB' : 0 ),
}
);
}