Skip to content

Commit

Permalink
HAFAS: Pass is_him to Message constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Nov 25, 2023
1 parent 0de111a commit a02541d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Travel/Status/DE/HAFAS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ sub add_message {

my $message = Travel::Status::DE::HAFAS::Message->new(
json => $json,
is_him => $is_him,
ref_count => 1,
);
push( @{ $self->{messages} }, $message );
Expand Down

0 comments on commit a02541d

Please sign in to comment.