Skip to content

Commit

Permalink
fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AksLolCoding authored Jan 6, 2025
1 parent c25e599 commit 5856063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type prefSection =
| 'general.autoShowJudge'
| 'general.defaultLanguageTemplateFileLocation'
| 'general.remoteServerAddress'
| 'general.showLiveUserCount';
| 'general.showLiveUserCount';

export type Language = {
name: LangNames;
Expand Down

0 comments on commit 5856063

Please sign in to comment.