fix: conn mgr access to moving averages record object (#897)

* fix: conn mgr access to moving averages record object

* chore: remove node 12

* chore: add parcel workaround
This commit is contained in:
Vasco Santos
2021-03-09 16:51:41 +01:00
committed by GitHub
parent 03b34cac7d
commit 5f702f3481
5 changed files with 10 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ class Stats extends EventEmitter {
/**
* Returns a clone of the internal movingAverages
*
* @returns {MovingAverage}
* @returns {Object}
*/
get movingAverages () {
return Object.assign({}, this._movingAverages)