Linting Modifications

This commit is contained in:
n1073645 2020-07-16 09:56:30 +01:00 committed by GitHub
parent 2e0aa7ae87
commit 7989f119d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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