webitel-sdk 0.1.94 → 0.1.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25895,7 +25895,7 @@
25895
25895
  this.startProcessingAt = Date.now();
25896
25896
  }
25897
25897
  if (p.sec) {
25898
- p.timeout = this.startProcessingAt + p.sec * 1000; // bug
25898
+ p.timeout = Date.now() + p.sec * 1000; // bug
25899
25899
  }
25900
25900
  this._processing = p;
25901
25901
  };