build error fix: NodeJS.Timer

This commit is contained in:
Lorenz Hilpert
2020-09-22 12:03:14 +02:00
parent 3458b0a642
commit 5c141d3bbe

View File

@@ -73,7 +73,7 @@ export class ProductResultsComponent implements OnInit, OnDestroy, AfterViewInit
radioButtonGroup: RadioButtonGroup;
acrhiveFilter: boolean;
timoutScheisseUmwerk: NodeJS.Timer;
timoutScheisseUmwerk: any;
get areFiltersNegative() {
if (this.selectedFilterMode) {