File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ export interface FindOneAndReplaceOptions extends CommandOperationOptions {
52
52
/** Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0). */
53
53
let ?: Document ;
54
54
/**
55
- * Return the ModifyResult instead of the modified document. Defaults to true
56
- * but will default to false in the next major version.
55
+ * Return the ModifyResult instead of the modified document. Defaults to false
57
56
*/
58
57
includeResultMetadata ?: boolean ;
59
58
}
@@ -77,8 +76,7 @@ export interface FindOneAndUpdateOptions extends CommandOperationOptions {
77
76
/** Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0). */
78
77
let ?: Document ;
79
78
/**
80
- * Return the ModifyResult instead of the modified document. Defaults to true
81
- * but will default to false in the next major version.
79
+ * Return the ModifyResult instead of the modified document. Defaults to false
82
80
*/
83
81
includeResultMetadata ?: boolean ;
84
82
}
You can’t perform that action at this time.
0 commit comments