Skip to content

Commit 62c7ed7

Browse files
authored
Merge pull request #1568 from mongodb/NODE-1173
fix(import): adds missing import to lib/authenticate.js
2 parents ec99d30 + 10db9a2 commit 62c7ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/authenticate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var shallowClone = require('./utils').shallowClone
22
, handleCallback = require('./utils').handleCallback
3-
, MongoError = require('mongodb-core').MongoError;
3+
, MongoError = require('mongodb-core').MongoError
4+
, f = require('util').format;
45

56
var authenticate = function(self, username, password, options, callback) {
67
// Did the user destroy the topology

0 commit comments

Comments
 (0)