mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Remove unused parameter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user