Skip to content

Commit

Permalink
Merge branch 'bromley-echo-reopen' into commercial-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 23, 2024
2 parents 00bb2e4 + 1edaf3c commit deb1eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Bromley.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit deb1eaa

Please sign in to comment.