Skip to content

Commit

Permalink
fixup! refactor(xo): update and adapt to new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jun 1, 2022
1 parent 124c673 commit 15d74ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export interface I18nContextFlavor {
}

export class I18nContext {
private readonly templateData: Readonly<TemplateData>;
languageCode: string;
shortLanguageCode: string;
private readonly templateData: Readonly<TemplateData>;

constructor(
private readonly repository: Readonly<Repository>,
Expand Down

0 comments on commit 15d74ca

Please sign in to comment.