Skip to content

Commit

Permalink
Fix pool.connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Sep 6, 2023
1 parent 211ece4 commit d828f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection-pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = class ConnectionPool extends EventEmitter {
}

get connecting () {
return this._connecting.size()
return this._connecting.size
}

get connections () {
Expand Down

0 comments on commit d828f23

Please sign in to comment.