Skip to content

Commit 65fda1e

Browse files
committed
fix: lint error
1 parent 65ac000 commit 65fda1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/base/pool_connection.js

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class BasePoolConnection extends BaseConnection {
2929
this._pool.releaseConnection(this);
3030
}
3131

32-
3332
end(callback) {
3433
this._removeFromPool();
3534
super.end(callback);

0 commit comments

Comments
 (0)