We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3236c commit 4675e5fCopy full SHA for 4675e5f
index.js
@@ -52,7 +52,7 @@ module.exports = {
52
var data = obj
53
54
while (index < len - 1) {
55
- let part = parts[index]
+ var part = parts[index]
56
if (
57
part === '__proto__' ||
58
part === 'constructor' ||
0 commit comments