Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 4, 2024
1 parent acbcb5d commit fcd2c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ElasticSearchX/Model/Document/Set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ my $get = \&get;
my $inflate_result = \&inflate_result;
*inflate_result = sub {
my ( $self, $res ) = @_;
my $new_res = { %$res };
my $new_res = {%$res};
delete $new_res->{_index};
delete $new_res->{_type};
$self->$inflate_result($new_res);
Expand Down

0 comments on commit fcd2c46

Please sign in to comment.