mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
build error fix: NodeJS.Timer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user