Skip to content

Commit

Permalink
style(MongoMemoryServer): remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed May 8, 2023
1 parent 9bff82e commit ea93afb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -234,7 +234,6 @@ export class MongoMemoryServer extends EventEmitter implements ManagerAdvanced {
super();
this.opts = { ...opts };

// TODO: consider changing this to not be set if "instance.auth" is false in 9.0
if (!isNullOrUndefined(this.opts.auth)) {
// assign defaults
this.auth = authDefault(this.opts.auth);
Expand Down

0 comments on commit ea93afb

Please sign in to comment.