Skip to content

Commit 01dbe6b

Browse files
committed
[DSC-1015] fix angular broken tests
1 parent da21a22 commit 01dbe6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/object-list/metric-donuts/metric-donuts.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class MetricDonutsComponent implements OnInit {
5252
if (isPlatformBrowser(this.platformId)) {
5353
this.retrieveMetrics().subscribe((metrics: Metric[]) => {
5454
this.metrics$.next(metrics);
55-
})
55+
});
5656
}
5757
}
5858

0 commit comments

Comments
 (0)