mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
minor readability
This commit is contained in:
parent
fb4314fa00
commit
75b369f25a
@ -121,8 +121,8 @@ p.submit = function(connection) {
|
||||
connection.removeListener('rowDescription', handleRowDescription);
|
||||
connection.removeListener('dataRow', handleDatarow);
|
||||
connection.removeListener('readyForQuery', onReadyForQuery);
|
||||
connection.removeListener('error', onError);
|
||||
connection.removeListener('commandComplete', onCommandComplete);
|
||||
connection.removeListener('error', onError);
|
||||
};
|
||||
|
||||
connection.on('rowDescription', handleRowDescription);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user