fix: the assignment for new secret assertion was fixed to use `new`
The assertion/assignment from Object to Secret was incorrectly using `original` object instead of `new` object. It was fixed.
Loading
Please register or sign in to comment
The assertion/assignment from Object to Secret was incorrectly using `original` object instead of `new` object. It was fixed.