From 332c68e62761f93ba32b75fcc0dc9c4de25a8dc1 Mon Sep 17 00:00:00 2001 From: Shaed Parkar Date: Mon, 16 Dec 2024 20:34:51 +0000 Subject: [PATCH] fix lint --- .../allocate-hearings/allocate-hearings.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdminWebsite/AdminWebsite/ClientApp/src/app/work-allocation/allocate-hearings/allocate-hearings.component.ts b/AdminWebsite/AdminWebsite/ClientApp/src/app/work-allocation/allocate-hearings/allocate-hearings.component.ts index 8d93ab62f..371f0fb70 100644 --- a/AdminWebsite/AdminWebsite/ClientApp/src/app/work-allocation/allocate-hearings/allocate-hearings.component.ts +++ b/AdminWebsite/AdminWebsite/ClientApp/src/app/work-allocation/allocate-hearings/allocate-hearings.component.ts @@ -66,7 +66,7 @@ export class AllocateHearingsComponent implements OnInit, OnDestroy { caseTypesSelectOptions: SelectOption[]; selectedCaseTypeIds: string[] = []; - private destroy$ = new Subject(); + private readonly destroy$ = new Subject(); ngOnInit() { this.route.queryParams.subscribe(params => {