🚿 Lint
This commit is contained in:
parent
f121f46a24
commit
ede3dbd201
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ module.exports = {
|
|||
defaults = keys
|
||||
keys = Object.keys(keys)
|
||||
}
|
||||
break;
|
||||
break
|
||||
}
|
||||
if (keys.length === 0 ) return {}
|
||||
if (keys.length === 0) return {}
|
||||
|
||||
let items = {}
|
||||
keys.forEach(function (key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue