Closed n4zukker closed 5 years ago
This change set includes a test which illustrates the problem and a suggested fix.
To recap:
Problem is that: path such as ['*.password'] gives a type error when redacting an object with a null property, {foo: null}.
['*.password']
{foo: null}
Reason: a variable was missing an initial value in its declaration
Hi. Would someone kindly merge this PR or let me know what needs to be done to have it merged. Thank you.
Thank you
This change set includes a test which illustrates the problem and a suggested fix.
To recap:
Problem is that: path such as
['*.password']
gives a type error when redacting an object with a null property,{foo: null}
.Reason: a variable was missing an initial value in its declaration