Skip to content

Commit

Permalink
condition the mongoClient setup based on config
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 18, 2024
1 parent de51a8c commit 52c4e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/BackbeatAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ class BackbeatAPI {
});
return cb();
} else {
// To be removed once the mongodb drivers are bumped
// To be removed once the mongodb drivers are bumped
// BB-585
const mongoUrl = constructConnectionString(mongoConfig);
return MongoClient.connect(mongoUrl, {
Expand Down

0 comments on commit 52c4e0b

Please sign in to comment.