Skip to content

Commit be71401

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

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
@@ -127,7 +127,7 @@ export class MetricsProcessor implements MetricsProcessorInterface {
127127
this.storeTargetAnalytic(target);
128128
}
129129

130-
private storeTargetAnalytic(target: Target) {
130+
private storeTargetAnalytic(target: Target): void {
131131
if (this.targetAnalytics.size >= this.MAX_TARGET_ANALYTICS_SIZE) {
132132
if (!this.targetAnalyticsExceeded) {
133133
this.targetAnalyticsExceeded = true;

0 commit comments

Comments
 (0)