Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Feb 15, 2021
1 parent 678985f commit 067791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/helpers.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function indexOfDotOrLength(key, start) {
}

export function resolveObjectKey(obj, key) {
if (!key) {
if (key === '') {
return obj;
}
let pos = 0;
Expand Down

0 comments on commit 067791e

Please sign in to comment.