volos-quota-common
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -124,3 +124,3 @@ /**************************************************************************** | ||
Bucket.prototype.calculateExpiration = function() { | ||
var time = this.resetAt + this.owner.clockOffset; | ||
var time = this.resetAt + (this.owner.clockOffset || 0); | ||
@@ -127,0 +127,0 @@ var startTime = this.owner.options.startTime; |
{ | ||
"name": "volos-quota-common", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"main": "lib/quota.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
27183