Skip to content

Commit

Permalink
fix(mongobi-driver): accessing password field of undefined (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
richipargo authored and paveltiunov committed Jul 2, 2019
1 parent ce7a3c9 commit bdd9580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-mongobi-driver/driver/MongoBIDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const BaseDriver = require('@cubejs-backend/query-orchestrator/driver/BaseDriver
class MongoBIDriver extends BaseDriver {
constructor(config) {
super();
config = config || {};

let ssl;

Expand Down

0 comments on commit bdd9580

Please sign in to comment.