Skip to content

Commit

Permalink
update following last message in #5163
Browse files Browse the repository at this point in the history
  • Loading branch information
benbenben2 committed Jan 31, 2023
1 parent a65fcbd commit 76707b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProductOpener/DataQualityFood.pm
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ sub check_nutrition_data ($product_ref) {
}
}
if ((defined $product_ref->{serving_size}) && (($product_ref->{serving_size} =~ /(\d+)/) eq "")) {
push @{$product_ref->{data_quality_warnings_tags}}, "en:serving-size-is-missing-digits";
push @{$product_ref->{data_quality_errors_tags}}, "en:serving-size-is-missing-digits";
}
if ( $nutrition_data
and (defined $product_ref->{nutrition_data_per})
Expand Down

0 comments on commit 76707b5

Please sign in to comment.