Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandRhythms committed Mar 24, 2021
1 parent 6deb668 commit 7a93c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Expand Up @@ -25,7 +25,7 @@ const parseConnectionString = require('mongodb/lib/core').parseConnectionString;
const arrayAtomicsSymbol = require('./helpers/symbols').arrayAtomicsSymbol;
const sessionNewDocuments = require('./helpers/symbols').sessionNewDocuments;

let id = 0;
// let id = 0;

/*!
* A list of authentication mechanisms that don't require a password for authentication.
Expand Down

0 comments on commit 7a93c16

Please sign in to comment.