Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 6bf0239

Browse files
committed
Fix typo in stat emission code
1 parent bac667d commit 6bf0239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ RingPop.prototype.lookupN = function lookupN(key, n) {
515515
var dests = this.ring.lookupN(key + '', n);
516516

517517
var timing = Date.now() - startTime;
518-
this.stat('timing', 'lookupn.'+ + n, timing);
518+
this.stat('timing', 'lookupn.' + n, timing);
519519
this.emit('lookupN', {
520520
timing: timing
521521
});

0 commit comments

Comments
 (0)