Skip to content

Commit 431f291

Browse files
committed
fix: duplicate line
1 parent 747243f commit 431f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hover-vanilla/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function parseJSON (value) {
2727
}
2828
}
2929

30-
function parseObject (obj) {function parseObject (obj) {
30+
function parseObject (obj) {
3131
return Object.keys(obj).reduce(function (acc, key) {
3232
acc[key] = parseJSON(obj[key])
3333
return acc

0 commit comments

Comments
 (0)