diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 16:33:23 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 16:33:23 +0100 | 
| commit | d14cd572643cc9390f76548dce2a751c35f0ab7a (patch) | |
| tree | a8fb5a354d7ccafde60d61e2a750c8a61ff4ff46 /lib/DBInfoscreen/Helper | |
| parent | dc3ea55830d4f24c9bbce628f660dda181c5f07f (diff) | |
do not hardcode HAFAS mot bits
Diffstat (limited to 'lib/DBInfoscreen/Helper')
| -rw-r--r-- | lib/DBInfoscreen/Helper/HAFAS.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/DBInfoscreen/Helper/HAFAS.pm b/lib/DBInfoscreen/Helper/HAFAS.pm index 148a917..149bfc9 100644 --- a/lib/DBInfoscreen/Helper/HAFAS.pm +++ b/lib/DBInfoscreen/Helper/HAFAS.pm @@ -144,7 +144,7 @@ sub get_route_p {  				$ret[-1]{isPast} = $station_is_past;  			} -			$promise->resolve( \@ret, $journey ); +			$promise->resolve( \@ret, $journey, $hafas );  			return;  		}  	)->catch( | 
