Skip to content

Commit be8faaf

Browse files
fix(NODE-5249): remove strict flag from create collection options (#3677)
1 parent abbe61a commit be8faaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/operations/create_collection.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ export interface ClusteredCollectionOptions extends Document {
6262

6363
/** @public */
6464
export interface CreateCollectionOptions extends CommandOperationOptions {
65-
/** Returns an error if the collection does not exist */
66-
strict?: boolean;
6765
/** Create a capped collection */
6866
capped?: boolean;
6967
/** @deprecated Create an index on the _id field of the document. This option is deprecated in MongoDB 3.2+ and will be removed once no longer supported by the server. */

0 commit comments

Comments
 (0)