Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
springuper committed Jun 3, 2016
1 parent c1a4a39 commit 6486c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/highLevelConsumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ HighLevelConsumer.prototype.connect = function () {
self.on('registered', function () {
setTimeout(function () {
registerListeners();
self.rebalance();
rebalance();
}, self.options.rebalanceDelayMs);
});

Expand Down

0 comments on commit 6486c9c

Please sign in to comment.