Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Dec 16, 2024
1 parent 48df915 commit 332c68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class AllocateHearingsComponent implements OnInit, OnDestroy {
caseTypesSelectOptions: SelectOption[];
selectedCaseTypeIds: string[] = [];

private destroy$ = new Subject<void>();
private readonly destroy$ = new Subject<void>();

ngOnInit() {
this.route.queryParams.subscribe(params => {
Expand Down

0 comments on commit 332c68e

Please sign in to comment.