From 368dfc4ea3d3aba5b48487b33200df09544122fc Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sun, 24 Oct 2021 17:07:14 -0300 Subject: [PATCH] format: remove unused param --- lib/NToken.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NToken.js b/lib/NToken.js index a5e95c9f..111bec0c 100644 --- a/lib/NToken.js +++ b/lib/NToken.js @@ -15,7 +15,7 @@ class NToken { let transformations = this.getTransformationData(this.raw_code); // Identifies the necessary transformation functions and emulates them accordingly. - transformations = transformations.map((el, i) => { + transformations = transformations.map((el) => { if (el != null && typeof el != 'number') { const is_reverse_base64 = el.includes('case 65:'); if (el.includes('function(d){for(var')) {