2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-03 17:13:53 +00:00

Linting Modifications

This commit is contained in:
n1073645
2020-07-16 09:56:30 +01:00
committed by GitHub
parent 2e0aa7ae87
commit 7989f119d3

View File

@@ -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");