-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
Not sure if this would be considered major or not, but running MongoDB node driver "mongodb": "^2.2.33", "f" is never imported in lib/authenticate.js but is used at line 69, which causes a build failure at runtime.
Need to add
f = require('util').format
;
to imports in authenticate.js.