We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be71401 commit eba4558Copy full SHA for eba4558
src/metrics.ts
@@ -148,7 +148,7 @@ export class MetricsProcessor implements MetricsProcessorInterface {
148
}
149
150
151
- private storeEvaluationAnalytic(event: AnalyticsEvent) {
+ private storeEvaluationAnalytic(event: AnalyticsEvent): void {
152
if (this.evaluationAnalytics.size >= this.MAX_EVALUATION_ANALYTICS_SIZE) {
153
if (!this.evaluationAnalyticsExceeded) {
154
this.evaluationAnalyticsExceeded = true;
0 commit comments