Skip to content

Commit

Permalink
[Northumberland] Add feature_id for winter group.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 27, 2023
1 parent db26559 commit 60b3270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sub services {

my @services = $self->SUPER::services;
foreach (@services) {
if (any { $_ eq 'Street Lighting' } @{$_->groups}) {
if (any { $_ eq 'Street Lighting' || $_ eq 'Winter (Snow/Ice)' } @{$_->groups}) {
push @{$_->attributes}, Open311::Endpoint::Service::Attribute->new(
code => 'feature_id',
description => 'Feature ID',
Expand Down

0 comments on commit 60b3270

Please sign in to comment.