mirror of
https://github.com/gchq/CyberChef
synced 2026-01-03 17:13:53 +00:00
Linting Modifications
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user