Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat55 authored Dec 17, 2024
1 parent 721871a commit 5d5fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/i18n.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export type TranslationStrings = {
*/
@Injectable()
export class I18n {
protected translationStrings: TranslationStrings = EN
protected translationStrings: TranslationStrings = EN;

protected translations = new Map();

Expand Down

0 comments on commit 5d5fee3

Please sign in to comment.