We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ac000 commit 65fda1eCopy full SHA for 65fda1e
lib/base/pool_connection.js
@@ -29,7 +29,6 @@ class BasePoolConnection extends BaseConnection {
29
this._pool.releaseConnection(this);
30
}
31
32
-
33
end(callback) {
34
this._removeFromPool();
35
super.end(callback);
0 commit comments