mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-07-30 16:01:59 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user