Skip to content

Commit 1b20d7e

Browse files
committed
sonar
1 parent cf74a3f commit 1b20d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ccd-case-ui-toolkit/src/lib/shared/services/document-management/document-management.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class DocumentManagementService {
2525
private static readonly excelList: string[] = ['XLS', 'XLSX', 'xls', 'xlsx'];
2626
private static readonly powerpointList: string[] = ['PPT', 'PPTX', 'ppt', 'pptx'];
2727

28-
private caseTypeId: string = '';
28+
private readonly caseTypeId: string = '';
2929

3030
constructor(
3131
private readonly http: HttpService,

0 commit comments

Comments
 (0)