Skip to content

Commit

Permalink
fix(NODE-5249): remove strict flag from create collection options (#3677
Browse files Browse the repository at this point in the history
)
  • Loading branch information
baileympearson committed May 19, 2023
1 parent abbe61a commit be8faaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/operations/create_collection.ts
Expand Up @@ -62,8 +62,6 @@ export interface ClusteredCollectionOptions extends Document {

/** @public */
export interface CreateCollectionOptions extends CommandOperationOptions {
/** Returns an error if the collection does not exist */
strict?: boolean;
/** Create a capped collection */
capped?: boolean;
/** @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. */
Expand Down

0 comments on commit be8faaf

Please sign in to comment.