From cca36b664896cbcacc5087d4407ae91a77c003a9 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 28 Oct 2020 22:57:22 +0200 Subject: [PATCH] lint --- .../manual-redaction-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-redaction-dialog.component.ts b/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-redaction-dialog.component.ts index fb8803313..ed8a0b73b 100644 --- a/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-redaction-dialog.component.ts +++ b/apps/red-ui/src/app/dialogs/manual-redaction-dialog/manual-redaction-dialog.component.ts @@ -47,7 +47,7 @@ export class ManualRedactionDialogComponent implements OnInit { comment: commentField }); - for (let key of Object.keys(this._appStateService.dictionaryData)) { + for (const key of Object.keys(this._appStateService.dictionaryData)) { const dictionaryData = this._appStateService.dictionaryData[key]; if (!dictionaryData.virtual) { if (dictionaryData.hint && this.manualRedactionEntryWrapper.type === 'HINT') {