mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
Small stuff to make eslint happy
This commit is contained in:
@@ -396,7 +396,7 @@ var Extract = {
|
||||
};
|
||||
|
||||
return Array.apply(null, Array(result.length))
|
||||
.map(function (_, i) {return result[i];})
|
||||
.map((_, i) => result[i])
|
||||
.map(nodeToString)
|
||||
.join(delimiter);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user