diff options
author | Struan Donald <struan@exo.org.uk> | 2018-08-07 17:18:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-01 07:57:22 +0100 |
commit | 1abc3183acb95f83ddbb05fb80ba19b87b047657 (patch) | |
tree | 3ef2cc80ec89829ccfa5b486a1e6bf58929cfef2 /perllib/Open311/GetServiceRequestUpdates.pm | |
parent | 8b9ff92dc8aa56d139a32d5a630fc13842e0e632 (diff) |
[Oxfordshire] remove open311 hardcoding
we no longer need some of the hardcoded oxfordshire Open311 overrides so
remove them
Diffstat (limited to 'perllib/Open311/GetServiceRequestUpdates.pm')
-rw-r--r-- | perllib/Open311/GetServiceRequestUpdates.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm index fa852a80d..bef1aca67 100644 --- a/perllib/Open311/GetServiceRequestUpdates.pm +++ b/perllib/Open311/GetServiceRequestUpdates.pm @@ -44,10 +44,6 @@ sub fetch { $endpoints->{update} = 'update.xml'; $endpoints->{service_request_updates} = 'update.xml'; $o->endpoints( $endpoints ); - } elsif ( $body->areas->{$AREA_ID_OXFORDSHIRE} ) { - my $endpoints = $o->endpoints; - $endpoints->{service_request_updates} = 'open311_service_request_update.cgi'; - $o->endpoints( $endpoints ); } $self->suppress_alerts( $body->suppress_alerts ); |