Skip to content
Snippets Groups Projects
Commit c3f7bb8d authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use consistent argument names

parent ae384382
Branches
Tags
No related merge requests found
...@@ -207,9 +207,7 @@ sub parse { ...@@ -207,9 +207,7 @@ sub parse {
} }
## Filter entities based on type ## Filter entities based on type
next next if $args{entity_type} && $args{entity_type} ne $data->{type};
if (defined $args{filter_entity_type}
&& ($args{filter_entity_type} ne $data->{type}));
## Merge domains in a single string ## Merge domains in a single string
my $domains = join(',', @{ $data->{domain} }) my $domains = join(',', @{ $data->{domain} })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment