Fix minor linting issue
This commit is contained in:
parent
1ed998b9dc
commit
93e42e6a6e
@ -83,6 +83,10 @@ class NodeRecipe {
|
||||
this.opList = recipeConfig.map((ing) => this._validateIngredient(ing));
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the inputType of the first operation in the opList
|
||||
* @returns String
|
||||
*/
|
||||
firstActiveInputType() {
|
||||
const first = this.opList[0];
|
||||
if (!first) return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user