Skip to content

Commit

Permalink
[East Sussex] No update sending.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 7, 2023
1 parent 28af5aa commit 5b6f2e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions perllib/FixMyStreet/Cobrand/EastSussex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ sub open311_extra_data {
return (undef, ['sect_label', 'road_name', 'area_name']);
}

=head2 should_skip_sending_update
We do not currently send updates.
=cut

sub should_skip_sending_update {
my ($self, $update ) = @_;
return 1;
}

1;

0 comments on commit 5b6f2e0

Please sign in to comment.