This commit is contained in:
Mirco Wittrien 2020-03-24 15:40:12 +01:00
parent 7a98d48ca1
commit 7ca1d8c822
2 changed files with 2 additions and 2 deletions

View File

@ -1993,7 +1993,7 @@
let foundKeys = [];
let singleKey = getKey(instance);
if (config.all) return foundKeys;
else return singlekey;
else return singleKey;
function getKey(instance) {
depth++;
let result = undefined;

File diff suppressed because one or more lines are too long