Skip to content

Commit 6b4f18b

Browse files
committed
const fix
1 parent a4bbefc commit 6b4f18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export class RlJsonReportProcessor {
414414
this.out.push('')
415415

416416
for (const [k, v] of Object.entries(this.assessments)) {
417-
let i = v as ODictByString
417+
const i = v as ODictByString
418418
this.doOneAssessment(k, i)
419419
}
420420
}

0 commit comments

Comments
 (0)