Skip to content

Commit

Permalink
Fix sonar code smell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencrassat committed Sep 29, 2024
1 parent cdc4dda commit 32dc59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/curriculumVitae.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ const Tools = {
export default class CurriculumVitae {
private readonly lang: string;

private curriculumVitae: ICurriculumVitae;
private readonly curriculumVitae: ICurriculumVitae;
// It is called dynamicaly by eval()
private societies: ISocieties;
private readonly societies: ISocieties;

public constructor(lang = 'fr') {
this.lang = lang;
Expand Down

0 comments on commit 32dc59a

Please sign in to comment.