Skip to content

Commit eba4558

Browse files
Update src/metrics.ts
Co-authored-by: Kevin Nagurski <[email protected]>
1 parent be71401 commit eba4558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class MetricsProcessor implements MetricsProcessorInterface {
148148
}
149149
}
150150

151-
private storeEvaluationAnalytic(event: AnalyticsEvent) {
151+
private storeEvaluationAnalytic(event: AnalyticsEvent): void {
152152
if (this.evaluationAnalytics.size >= this.MAX_EVALUATION_ANALYTICS_SIZE) {
153153
if (!this.evaluationAnalyticsExceeded) {
154154
this.evaluationAnalyticsExceeded = true;

0 commit comments

Comments
 (0)