Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1173

"f" is never imported into /lib/authenticate.js

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0, 2.2.34
    • 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.

            Assignee:
            daniel.aprahamian@mongodb.com Daniel Aprahamian (Inactive)
            Reporter:
            jnelson180 Jake Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: