mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
feat: keep original text on ingredient parse (#1102)
* Keep Original Text on Ingredient Parse * Reorder migration and update test
This commit is contained in:
parent
5e44d1c238
commit
6f309d7a89
7 changed files with 33 additions and 2 deletions
|
@ -23,6 +23,7 @@ export interface Ingredient {
|
|||
}
|
||||
|
||||
export interface ParsedIngredient {
|
||||
input: string
|
||||
confidence: Confidence;
|
||||
ingredient: Ingredient;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue