Skip to content

Commit

Permalink
Remove duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFoodPixels committed Dec 8, 2020
1 parent c28cb00 commit 53a190c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/poolCluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ class poolCluster {
return Promise.resolve(this);
});
}

add(config) {
return this.poolCluster.add(config);
}


add(id, config) {
return this.poolCluster.add(id, config);
}
Expand Down

0 comments on commit 53a190c

Please sign in to comment.