Skip to content

Commit 1115319

Browse files
feat(NODE-7053): deprecate noResponse option (#4589)
1 parent 6e240d4 commit 1115319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/operations/command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export interface CommandOperationOptions
5959
// Admin command overrides.
6060
dbName?: string;
6161
authdb?: string;
62+
/**
63+
* @deprecated
64+
* This option is deprecated and will be removed in an upcoming major version.
65+
*/
6266
noResponse?: boolean;
6367
}
6468

0 commit comments

Comments
 (0)