Skip to content

Commit

Permalink
fix: duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 13, 2022
1 parent 747243f commit 431f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hover-vanilla/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function parseJSON (value) {
}
}

function parseObject (obj) {function parseObject (obj) {
function parseObject (obj) {
return Object.keys(obj).reduce(function (acc, key) {
acc[key] = parseJSON(obj[key])
return acc
Expand Down

0 comments on commit 431f291

Please sign in to comment.