We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbcb5d commit fcd2c46Copy full SHA for fcd2c46
lib/ElasticSearchX/Model/Document/Set.pm
@@ -54,7 +54,7 @@ my $get = \&get;
54
my $inflate_result = \&inflate_result;
55
*inflate_result = sub {
56
my ( $self, $res ) = @_;
57
- my $new_res = { %$res };
+ my $new_res = {%$res};
58
delete $new_res->{_index};
59
delete $new_res->{_type};
60
$self->$inflate_result($new_res);
0 commit comments