mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Remove unused parameter
This commit is contained in:
parent
2ddb9b8f7c
commit
d326cad611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user