Skip to content

Commit

Permalink
Update connection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pcothenet authored Dec 28, 2018
1 parent 1c2fc6f commit b67bacc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ function Connection(options) {
return this._request.apply(this, args);
};
});

return this;
}

util.inherits(Connection, EventEmitter);
Expand Down

0 comments on commit b67bacc

Please sign in to comment.