Loading lib/Travel/Status/DE/DBRIS/Journey.pm +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ sub new { push( @{ $ref->{messages} }, $message ); } for my $message ( @{ $json->{priorisierteMeldungen} // [] } ) { push( @{ $ref->{messages} }, $message ); } for my $attr ( @{ $json->{zugattribute} // [] } ) { push( @{ $ref->{attributes} }, $attr ); } Loading Loading
lib/Travel/Status/DE/DBRIS/Journey.pm +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ sub new { push( @{ $ref->{messages} }, $message ); } for my $message ( @{ $json->{priorisierteMeldungen} // [] } ) { push( @{ $ref->{messages} }, $message ); } for my $attr ( @{ $json->{zugattribute} // [] } ) { push( @{ $ref->{attributes} }, $attr ); } Loading