mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Small stuff to make eslint happy
This commit is contained in:
parent
4c36123fd7
commit
dea16f63f5
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue