chore: remove unnecessary param

This commit is contained in:
LuanRT
2021-11-23 06:09:12 -03:00
parent aeff0c3fdc
commit c006f49dc1

View File

@@ -14,7 +14,7 @@ class NToken {
let n_token = n.split('');
try {
let transformations = this.getTransformationData(this.raw_code);
let transformations = this.getTransformationData();
transformations = transformations.map((el) => {
if (el != null && typeof el != 'number') {
const is_reverse_base64 = el.includes('case 65:');