Skip to content

Commit

Permalink
Fix: PromisePoolCluster.of returns PromisePoolCluster instead of Pool…
Browse files Browse the repository at this point in the history
…Namespace (sidorares#3091)
  • Loading branch information
jcmartineztiempo committed Dec 4, 2024
1 parent e458059 commit 86553f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pool_cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,4 @@ class PoolCluster extends EventEmitter {
}
}

exports.PoolNamespace = PoolNamespace;
exports.PoolCluster = PoolCluster;
module.exports = PoolCluster;

0 comments on commit 86553f3

Please sign in to comment.