Skip to content

Commit b5ab81d

Browse files
try again
1 parent 34fe355 commit b5ab81d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mongo_client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export interface MongoClientOptions extends BSONSerializeOptions, SupportedNodeC
169169
tlsInsecure?: boolean;
170170
/** The time in milliseconds to attempt a connection before timing out. */
171171
connectTimeoutMS?: number;
172-
someNewOption?: boolean;
173172
/** The time in milliseconds to attempt a send or receive on a socket before the attempt times out. */
174173
socketTimeoutMS?: number;
175174
/** An array or comma-delimited string of compressors to enable network compression for communication between this client and a mongod/mongos instance. */
@@ -405,6 +404,8 @@ export class MongoClient extends TypedEventEmitter<MongoClientEvents> implements
405404
/** @internal */
406405
private closeLock?: Promise<void>;
407406

407+
somenewfield = "asdf";
408+
408409
/**
409410
* The consolidate, parsed, transformed and merged options.
410411
*/

0 commit comments

Comments
 (0)