Skip to content

Commit

Permalink
fix: add mg as possible unit for salt
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Oct 16, 2024
1 parent 077304f commit 7686439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotoff/prediction/ocr/nutrient.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"sugar": ["g"],
"carbohydrate": ["g"],
"protein": ["g"],
"salt": ["g"],
"salt": ["g", "mg"],
"fiber": ["g"],
}

Expand Down

0 comments on commit 7686439

Please sign in to comment.