Skip to content

Commit 3e43666

Browse files
lint
1 parent 220787d commit 3e43666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/operations/command.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export interface CollationOptions {
3434
/** @public */
3535
export interface CommandOperationOptions
3636
extends OperationOptions,
37-
WriteConcernOptions,
38-
ExplainOptions {
37+
WriteConcernOptions,
38+
ExplainOptions {
3939
/** Specify a read concern and level for the collection. (only MongoDB 3.2 or higher supported) */
4040
readConcern?: ReadConcernLike;
4141
/** Collation */
@@ -59,8 +59,8 @@ export interface CommandOperationOptions
5959
// Admin command overrides.
6060
dbName?: string;
6161
authdb?: string;
62-
/**
63-
* @deprecated
62+
/**
63+
* @deprecated
6464
* This option is deprecated and will be removed in an upcoming major version.
6565
*/
6666
noResponse?: boolean;

0 commit comments

Comments
 (0)