Skip to content

Commit

Permalink
fix: WEB-2413 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sairam459 committed Oct 24, 2024
1 parent c50c76c commit 9d654d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class ConfigService {
readPreference: this.get('REPLICASET') !== undefined ? readPreference : null,
user: this.get('MONGOOSE_USERNAME'),
pass: this.get('MONGOOSE_PASSWORD'),
replicaSet: this.get('REPLICASET')
replicaSet: this.get('REPLICASET'),
};
if (this.get('SSL_VALIDATE') === true) {
options = {
Expand Down

0 comments on commit 9d654d5

Please sign in to comment.