File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
234
234
waitQueueTimeoutMS : options . waitQueueTimeoutMS ?? 0 ,
235
235
minPoolSizeCheckFrequencyMS : options . minPoolSizeCheckFrequencyMS ?? 100 ,
236
236
autoEncrypter : options . autoEncrypter ,
237
- metadata : options . metadata ,
237
+ metadata : options . metadata
238
238
} ) ;
239
239
240
240
if ( this . options . minPoolSize > this . options . maxPoolSize ) {
@@ -634,7 +634,7 @@ export class ConnectionPool extends TypedEventEmitter<ConnectionPoolEvents> {
634
634
generation : this [ kGeneration ] ,
635
635
cancellationToken : this [ kCancellationToken ] ,
636
636
mongoLogger : this . mongoLogger ,
637
- authProviders : this [ kServer ] . topology . client . s . authProviders ,
637
+ authProviders : this [ kServer ] . topology . client . s . authProviders
638
638
} ;
639
639
640
640
this [ kPending ] ++ ;
You can’t perform that action at this time.
0 commit comments