Skip to content

Commit

Permalink
Merge branch 'master' into bexley-ww-container-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 1, 2024
2 parents 153fe4b + bd545ee commit e623f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Bexley/Waste.pm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sub waste_fetch_events {
next if !$request->{status} || $request->{status} eq 'confirmed'; # Still in initial state
next unless $self->waste_check_last_update($params, $report, $request->{status});

$request->{comment_time} = DateTime->now->set_time_zone( FixMyStreet->local_time_zone ),
$request->{comment_time} = DateTime->now->set_time_zone( FixMyStreet->local_time_zone );

print
" Updating report to state '$request->{status}' - '$request->{description}' ($request->{external_status_code})\n"
Expand Down

0 comments on commit e623f62

Please sign in to comment.