mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 10:44:50 -04:00
Lint corrections
Lint corrections
This commit is contained in:
parent
16577751eb
commit
747eb1c192
3 changed files with 40 additions and 54 deletions
|
@ -44,7 +44,7 @@ class FromBase94 extends Operation {
|
|||
*/
|
||||
run(input, args) {
|
||||
|
||||
const [strictLength,removeInvalidChars] = args;
|
||||
const [strictLength, removeInvalidChars] = args;
|
||||
|
||||
return fromBase94(input, strictLength, removeInvalidChars);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue