We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47189c2 commit 47243b7Copy full SHA for 47243b7
perllib/Open311/Endpoint/Integration/UK/Bristol/Alloy.pm
@@ -33,7 +33,7 @@ sub process_attributes {
33
34
my $attributes_values = $self->config->{'request_attribute_to_values'};
35
my $code = $args->{service_code_alloy};
36
- if (grep { $code =~ /\Q$_\E/ } keys %{
+ if (grep { $code eq $_ } keys %{
37
{
38
%{$self->config->{service_whitelist}->{'SC-Street Cleansing'} || {} },
39
%{$self->config->{service_whitelist}->{'Abandoned bikes/scooters'} || {} }
0 commit comments