Skip to content

Commit 43c649e

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

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
@@ -245,7 +245,7 @@ export class MetricsProcessor implements MetricsProcessorInterface {
245245
return;
246246
}
247247

248-
if (this.evaluationAnalytics.size === 0) {
248+
if (!this.evaluationAnalytics.size) {
249249
this.log.debug('No metrics to send in this interval');
250250
return;
251251
}

0 commit comments

Comments
 (0)