Closed
Description
Line 62 in 831ee50
function Limiter(opts) {
this.id = opts.id;
this.db = opts.db;
this.tidy = opts.tidy || false;
// ... ...
}
emmm,but tidy = this.key
!
Limiter.prototype.get = function (fn) {
var db = this.db;
var tidy = this.key;
var duration = this.duration;
// ... ...
}
Metadata
Metadata
Assignees
Labels
No labels