Skip to content

Commit

Permalink
handle critic comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aisha-deriv committed Nov 1, 2023
1 parent ebbbeda commit 5abcbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/WebSocketProxy/Backend/ConsumerGroups.pm
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,13 @@ sub _prepare_request_data {
my ($self, $c, $req_storage, $req_timeout) = @_;

$req_storage->{call_params} ||= {};

my $req_log_context;
my $method = $req_storage->{method};
my $msg_type = $req_storage->{msg_type} ||= $req_storage->{method};

my $params = $self->make_call_params($c, $req_storage);
my $stash_params = $req_storage->{stash_params};
my $req_log_context = $req_storage->{logger}->get_context() if $req_storage->{logger};
$req_log_context = $req_storage->{logger}->get_context() if $req_storage->{logger};

my $request_data = [
rpc => $method,
Expand Down

0 comments on commit 5abcbbf

Please sign in to comment.