Skip to content

Commit

Permalink
Update extensions/oplogPopulator/OplogPopulator.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored Jan 9, 2025
1 parent 22d9494 commit 7a641ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/oplogPopulator/OplogPopulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class OplogPopulator {
*/
async _setupMongoClient() {
try {
const client = await new MongoClient(this._mongoUrl, {
const client = await new MongoClient(this._mongoUrl, {
replicaSet: this._replicaSet,
useNewUrlParser: true,
readPreference: this._mongoConfig.readPreference,
Expand Down

0 comments on commit 7a641ec

Please sign in to comment.