Loading index.pl +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ helper 'handle_no_results_json' => sub { helper 'is_important' => sub { my ( $self, $stop ) = @_; if ( $stop =~ m{ Hbf | Flughafen }ox ) { if ( $stop =~ m{ Hbf | Centraal | Flughafen }ox ) { return 1; } return; Loading Loading
index.pl +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ helper 'handle_no_results_json' => sub { helper 'is_important' => sub { my ( $self, $stop ) = @_; if ( $stop =~ m{ Hbf | Flughafen }ox ) { if ( $stop =~ m{ Hbf | Centraal | Flughafen }ox ) { return 1; } return; Loading