mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
implemented rule processing in ingredient parser
This commit is contained in:
@@ -360,7 +360,7 @@ export default {
|
||||
let automation = {
|
||||
name: `Merge ${source.name} with ${target.name}`,
|
||||
param_1: source.name,
|
||||
param_2: target.id
|
||||
param_2: target.name
|
||||
}
|
||||
|
||||
if (this.this_model === this.Models.FOOD) {
|
||||
|
||||
Reference in New Issue
Block a user