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.
- package/bundles/index.esm.js +1 -1
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +1 -1
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/socket/task.js +1 -1
- package/esm2015/socket/task.js.map +1 -1
- package/esm5/socket/task.js +1 -1
- package/esm5/socket/task.js.map +1 -1
- package/package.json +3 -3
package/bundles/index.esm.js
CHANGED
|
@@ -23046,7 +23046,7 @@ class Task {
|
|
|
23046
23046
|
this.startProcessingAt = Date.now();
|
|
23047
23047
|
}
|
|
23048
23048
|
if (p.sec) {
|
|
23049
|
-
p.timeout =
|
|
23049
|
+
p.timeout = Date.now() + p.sec * 1000; // bug
|
|
23050
23050
|
}
|
|
23051
23051
|
this._processing = p;
|
|
23052
23052
|
}
|