Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypea committed Dec 6, 2023
1 parent 36384e7 commit 0fc2e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/models.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ declare module 'mongoose' {

/* Apply defaults to the given document or POJO. */
applyDefaults(obj: AnyObject|TRawDocType): TRawDocType;

/**
* Sends multiple `insertOne`, `updateOne`, `updateMany`, `replaceOne`,
* `deleteOne`, and/or `deleteMany` operations to the MongoDB server in one
Expand Down

0 comments on commit 0fc2e5c

Please sign in to comment.