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

use consistent argument names

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