mirror of
https://github.com/gchq/CyberChef
synced 2025-01-08 10:38:46 +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) {
|
run(input, args) {
|
||||||
const [key, offset] = args;
|
const [key, offset] = args;
|
||||||
|
|
||||||
let cipher = input;
|
const cipher = input;
|
||||||
|
|
||||||
if (key < 2) {
|
if (key < 2) {
|
||||||
throw new OperationError("Key has to be bigger than 2");
|
throw new OperationError("Key has to be bigger than 2");
|
||||||
|
|
Loading…
Reference in a new issue