Skip to content

Commit 7a93c16

Browse files
committedMar 24, 2021
linter fix
1 parent 6deb668 commit 7a93c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const parseConnectionString = require('mongodb/lib/core').parseConnectionString;
2525
const arrayAtomicsSymbol = require('./helpers/symbols').arrayAtomicsSymbol;
2626
const sessionNewDocuments = require('./helpers/symbols').sessionNewDocuments;
2727

28-
let id = 0;
28+
// let id = 0;
2929

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

0 commit comments

Comments
 (0)
Please sign in to comment.