Skip to content

Commit

Permalink
fix: conn mgr access to moving averages record object
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 9, 2021
1 parent a142482 commit b993194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const after = async () => {
}

module.exports = {
bundlesize: { maxSize: '220kB' },
bundlesize: { maxSize: '222kB' },
hooks: {
pre: before,
post: after
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b993194

Please sign in to comment.