Skip to content

Commit

Permalink
fix: Erythritol (#7943)
Browse files Browse the repository at this point in the history
* feat: add erythritol as a nutrient #7837

* erythritol is now in the nutrients taxonomy
  • Loading branch information
stephanegigandet committed Jan 4, 2023
1 parent 57e51f7 commit 175f00e
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 @@ -534,7 +534,7 @@ my %energy_from_nutrients = (
alcohol => {kj => 29, kcal => 7},
organic_acids => {kj => 13, kcal => 3}, # no corresponding nutrients in nutrient tables?
fiber => {kj => 8, kcal => 2},
erythritol => {kj => 0, kcal => 0}, # no corresponding nutrients in nutrient tables?
erythritol => {kj => 0, kcal => 0},
},
);

Expand Down

0 comments on commit 175f00e

Please sign in to comment.