Skip to content

Commit

Permalink
Add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
simonj2 committed Sep 14, 2022
1 parent d841203 commit a9c89e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ProductOpener/Products.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2428,6 +2428,8 @@ sub index_search_service($product_ref) {
if ($@) {
$log->warn("Error connecting to Redis", { error => $@ }) if $log->is_warn();
}

return;
}

sub compute_codes($product_ref) {
Expand Down

0 comments on commit a9c89e4

Please sign in to comment.