Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexer-common: replace usage of
in
for undefined
check
A property may be present in an object but have value undefined. Therefore, x in obj is not the same as obj.x === undefined.
- Loading branch information