Loading lib/Travelynx/Command/maintenance.pm +5 −4 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ sub run { ); for my $user ( $to_notify->hashes->each ) { say "Sending account deletion notification to uid $user->{id}..."; $self->app->sendmail->age_deletion_notification( name => $user->{name}, email => $user->{email}, Loading Loading
lib/Travelynx/Command/maintenance.pm +5 −4 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ sub run { ); for my $user ( $to_notify->hashes->each ) { say "Sending account deletion notification to uid $user->{id}..."; $self->app->sendmail->age_deletion_notification( name => $user->{name}, email => $user->{email}, Loading