mirror of
https://github.com/gchq/CyberChef
synced 2025-01-06 01:28:48 +00:00
Linting Modifications
This commit is contained in:
parent
2e0aa7ae87
commit
7989f119d3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class RailFenceCipherDecode extends Operation {
|
|||
run(input, args) {
|
||||
const [key, offset] = args;
|
||||
|
||||
let cipher = input;
|
||||
const cipher = input;
|
||||
|
||||
if (key < 2) {
|
||||
throw new OperationError("Key has to be bigger than 2");
|
||||
|
|
Loading…
Reference in a new issue