Skip to content

Commit f9f0980

Browse files
fix wiredtiger deprecation warning
1 parent 2c7dfbb commit f9f0980

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/operations/stats.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ export interface CollStats extends Document {
138138

139139
/**
140140
* @public
141-
* @deprecated the `collStats` operation will be removed in the next major release. Please
142-
* use an aggregation pipeline with the [`$collStats`](https://www.mongodb.com/docs/manual/reference/operator/aggregation/collStats/) stage instead
141+
* @deprecated This type is only used for the deprecated `collStats` operation and will be removed in the next major release.
143142
*/
144143
export interface WiredTigerData extends Document {
145144
LSM: {

0 commit comments

Comments
 (0)