From 1edaf3c26ad2be760acfa3fc15f68d2691f38ee1 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 23 Sep 2024 10:50:45 +0100 Subject: [PATCH] fixup! fixup! [Bromley] Backend redirection code. --- perllib/FixMyStreet/Cobrand/Bromley.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index a4d6a8c7de..418be0958a 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -429,7 +429,7 @@ sub open311_get_update_munging { my $echo = $self->feature('echo'); $echo = Integrations::Echo->new(%$echo); my $event = $echo->GetEvent($problem->external_id); - $echo->log($event); + $echo->log($event->{Data}); my $data = Integrations::Echo::force_arrayref($event->{Data}, 'ExtensibleDatum'); my $notes = ""; foreach (@$data) {