diff --git a/src/web/App.mjs b/src/web/App.mjs index fd872aa5..9f1640e7 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -124,7 +124,7 @@ class App { * @param {boolean} [step] - Set to true if we should only execute one operation instead of the * whole recipe. */ - bake(step=false, input) { + bake(step=false) { if (this.baking) return; // Reset attemptHighlight flag