Skip to content

Commit

Permalink
[fix] fixing build error with missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Jun 6, 2022
1 parent 4a170a1 commit 66b2f1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/types/translate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const DefaultTranslateRequest: TranslateRequest = {
source: "",
sourceLanguage: {
"id": "auto",
"similarity": 100,
"alpha2": "auto",
"alpha3b": "auto",
"alpha3t": "auto",
Expand All @@ -32,6 +33,7 @@ export const DefaultTranslateRequest: TranslateRequest = {
},
destinationLanguage: {
"id": "eng",
"similarity": 100,
"alpha2": "en",
"alpha3b": "eng",
"alpha3t": "eng",
Expand Down

1 comment on commit 66b2f1b

@vercel
Copy link

@vercel vercel bot commented on 66b2f1b Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.