Skip to content

Commit

Permalink
docs(deprecations): quick fix for includeResultMetadata dos (#13695)
Browse files Browse the repository at this point in the history
Fix #13661
  • Loading branch information
vkarpov15 committed Aug 3, 2023
1 parent 8658878 commit 899bf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const doc = await Test.findOneAndUpdate(
const doc = await Test.findOneAndUpdate(
{ name: 'Test' },
{ name: 'Test Testerson' },
{ includeResultMetadata: false }
{ includeResultMetadata: true }
);
```

Expand Down

0 comments on commit 899bf5c

Please sign in to comment.