-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Node's findOneAnd* methods have a different return type than specified in the CRUD spec. Our helpers return a ModifyResult, which contain the modified document as a property, but the spec says to return the modified document.
Acceptance Criteria
- Deprecate the modify result type.
- Add a type test to capture any future changes.
- related to
-
NODE-3568 Make findOneAnd family of methods spec compliant by default
- Closed