Skip to content

Commit 6543411

Browse files
committed
Add more "sugar" ingredients to the "BAD" list
1 parent 54f66b2 commit 6543411

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Interpreter/Health/HealthStatus.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ class HealthStatus
3131
'firming agent' => 0.7,
3232
'calcium chloride' => 0.7, // https://www.livestrong.com/article/457871-how-does-calcium-chloride-work/
3333
'aspartame|acesulfame' => 0.4,
34+
'syrup|sirop' => 1.5,
35+
'dextrose|maltose|fructose|glucose' => 1.5,
36+
'dextrin|dextrine' => 1.5,
37+
'maltodextrin|maltodextrine' => 1.5,
38+
'sucrose|saccharose' => 1.5,
3439
];
3540

3641
private const GOOD_INGREDIENTS = [

0 commit comments

Comments
 (0)