Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 4, 2024
1 parent 4a7f1f3 commit 9ea8972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/commands/DeepL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LANG = [
"ZH",
] as const;

type SupportedLanguages = typeof LANG[number];
type SupportedLanguages = (typeof LANG)[number];

interface DeeplResponse {
translations: {
Expand Down

0 comments on commit 9ea8972

Please sign in to comment.