We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4472f commit 49809f4Copy full SHA for 49809f4
src/streaming/metrics/MetricsReporting.js
@@ -38,9 +38,8 @@ import ReportingFactory from './reporting/ReportingFactory';
38
function MetricsReporting() {
39
40
let context = this.context;
41
- let instance;
42
-
43
- let dvbErrorsTranslator;
+ let instance,
+ dvbErrorsTranslator;
44
45
/**
46
* Create a MetricsCollectionController, and a DVBErrorsTranslator
0 commit comments