We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea77f4 commit cc77a67Copy full SHA for cc77a67
lib/client.js
@@ -17,7 +17,6 @@ var Client = function(config) {
17
this.database = config.database || defaults.database;
18
this.port = config.port || defaults.port;
19
this.host = config.host || defaults.host;
20
- this.queryQueue = [];
21
this.connection = config.connection || new Connection({stream: config.stream});
22
this.queryQueue = [];
23
this.password = config.password || defaults.password;
0 commit comments