Skip to content

Commit 10db9a2

Browse files
committed
fix(import): adds missing import to lib/authenticate.js
1 parent ec99d30 commit 10db9a2

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)