Skip to content

Commit

Permalink
Fix typo in stat emission code
Browse files Browse the repository at this point in the history
  • Loading branch information
motiejus committed Jun 8, 2016
1 parent bac667d commit 6bf0239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ RingPop.prototype.lookupN = function lookupN(key, n) {
var dests = this.ring.lookupN(key + '', n);

var timing = Date.now() - startTime;
this.stat('timing', 'lookupn.'+ + n, timing);
this.stat('timing', 'lookupn.' + n, timing);
this.emit('lookupN', {
timing: timing
});
Expand Down

0 comments on commit 6bf0239

Please sign in to comment.