Skip to content

Commit 42a8343

Browse files
removed extraneous changes
1 parent f35fd91 commit 42a8343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmap/connection_pool.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
234234
waitQueueTimeoutMS: options.waitQueueTimeoutMS ?? 0,
235235
minPoolSizeCheckFrequencyMS: options.minPoolSizeCheckFrequencyMS ?? 100,
236236
autoEncrypter: options.autoEncrypter,
237-
metadata: options.metadata,
237+
metadata: options.metadata
238238
});
239239

240240
if (this.options.minPoolSize > this.options.maxPoolSize) {
@@ -634,7 +634,7 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
634634
generation: this[kGeneration],
635635
cancellationToken: this[kCancellationToken],
636636
mongoLogger: this.mongoLogger,
637-
authProviders: this[kServer].topology.client.s.authProviders,
637+
authProviders: this[kServer].topology.client.s.authProviders
638638
};
639639

640640
this[kPending]++;

0 commit comments

Comments
 (0)