diff options
-rw-r--r-- | perllib/Open311/GetServiceRequestUpdates.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/GetServiceRequestUpdates.pm b/perllib/Open311/GetServiceRequestUpdates.pm index 25b960aa7..0b4e037fd 100644 --- a/perllib/Open311/GetServiceRequestUpdates.pm +++ b/perllib/Open311/GetServiceRequestUpdates.pm @@ -35,7 +35,7 @@ sub fetch { if ( $council->area_id =~ /2482/ ) { my $endpoints = $o->endpoints; $endpoints->{update} = 'update.xml'; - $endpoints->{service_requests_updates} = 'update.xml'; + $endpoints->{service_request_updates} = 'update.xml'; $o->endpoints( $endpoints ); } |