mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
remove double init of variable
This commit is contained in:
parent
0ea77f475b
commit
cc77a67745
@ -17,7 +17,6 @@ var Client = function(config) {
|
||||
this.database = config.database || defaults.database;
|
||||
this.port = config.port || defaults.port;
|
||||
this.host = config.host || defaults.host;
|
||||
this.queryQueue = [];
|
||||
this.connection = config.connection || new Connection({stream: config.stream});
|
||||
this.queryQueue = [];
|
||||
this.password = config.password || defaults.password;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user